-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: peefy <[email protected]>
- Loading branch information
Showing
24 changed files
with
19,998 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
""" | ||
This file was generated by the KCL auto-gen tool. DO NOT EDIT. | ||
Editing this file might prove futile when you re-run the KCL auto-gen generate command. | ||
""" | ||
import k8s.apimachinery.pkg.apis.meta.v1 | ||
|
||
|
||
schema Policy: | ||
""" | ||
Policy is the Schema for the policy API | ||
|
||
Attributes | ||
---------- | ||
apiVersion : str, default is "core.oam.dev/v1alpha1", required | ||
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | ||
kind : str, default is "Policy", required | ||
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | ||
metadata : v1.ObjectMeta, default is Undefined, optional | ||
metadata | ||
properties : any, default is Undefined, optional | ||
properties | ||
$type : str, default is Undefined, required | ||
type | ||
""" | ||
|
||
|
||
apiVersion: "core.oam.dev/v1alpha1" = "core.oam.dev/v1alpha1" | ||
|
||
kind: "Policy" = "Policy" | ||
|
||
metadata?: v1.ObjectMeta | ||
|
||
properties?: any | ||
|
||
$type: str | ||
|
||
|
Oops, something went wrong.