Documentation ¶
Overview ¶
Package operators contains all resource types of the operators.coreos.com API group.
Index ¶
Constants ¶
View Source
const ( // GroupName is the group name used in this package. GroupName = "operators.coreos.com" // GroupVersion is the group version used in this package. GroupVersion = runtime.APIVersionInternal // ClusterServiceVersionKind is the kind name for ClusterServiceVersion resources. ClusterServiceVersionKind = "ClusterServiceVersion" // CatalogSourceKind is the kind name for CatalogSource resources. CatalogSourceKind = "CatalogSource" // InstallPlanKind is the kind name for InstallPlan resources. InstallPlanKind = "InstallPlan" // SubscriptionKind is the kind name for Subscription resources. SubscriptionKind = "Subscription" // OperatorKind is the kind name for Operator resources. OperatorKind = "Operator" // OperatorGroupKind is the kind name for OperatorGroup resources. OperatorGroupKind = "OperatorGroup" )
Variables ¶
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package v1 contains resources types for version v1 of the operators.coreos.com API group.
|
Package v1 contains resources types for version v1 of the operators.coreos.com API group. |
Package v1alpha1 contains resources types for version v1alpha1 of the operators.coreos.com API group.
|
Package v1alpha1 contains resources types for version v1alpha1 of the operators.coreos.com API group. |
Package v1alpha2 contains resources types for version v1alpha2 of the operators.coreos.com API group.
|
Package v1alpha2 contains resources types for version v1alpha2 of the operators.coreos.com API group. |
Package v2 contains resources types for version v2 of the operators.coreos.com API group.
|
Package v2 contains resources types for version v2 of the operators.coreos.com API group. |
Click to show internal directories.
Click to hide internal directories.