Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KCLRunGroup represents the API group for the KCLRun resource. KCLRunGroup = "krm.kcl.dev" // KCLRunVersion represents the API version for the KCLRun resource. KCLRunVersion = "v1alpha1" // KCLRunAPIVersion is a combination of the API group and version for the KCLRun resource. KCLRunAPIVersion = KCLRunGroup + "/" + KCLRunVersion // KCLRunKind represents the kind of resource for the KCLRun resource. KCLRunKind = "KCLRun" // SourceKey is the key for the source field in the KCLRun resource. SourceKey = "source" // ParamsKey is the key for the params field in the KCLRun resource. ParamsKey = "params" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.