Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the opslevel v1 API group +kubebuilder:object:generate=true +groupName=opslevel.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "opslevel.com", Version: "v1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type ClusterIdentifier ¶
type ClusterIdentifier struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClusterIdentifierSpec `json:"spec,omitempty"` Status ClusterIdentifierStatus `json:"status,omitempty"` }
ClusterIdentifier is the Schema for the clusteridentifiers API
type ClusterIdentifierList ¶
type ClusterIdentifierList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterIdentifier `json:"items"` }
ClusterIdentifierList contains a list of ClusterIdentifier
type ClusterIdentifierSpec ¶
type ClusterIdentifierSpec struct {
Name string `json:"name"`
}
ClusterIdentifierSpec defines the desired state of ClusterIdentifier
type ClusterIdentifierStatus ¶
type ClusterIdentifierStatus struct { }
ClusterIdentifierStatus defines the observed state of ClusterIdentifier
Click to show internal directories.
Click to hide internal directories.