# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
CodeServer is the Schema for the codeservers API.
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="REPLICAS",type="integer",JSONPath=".spec.replicas",description="Number of replicas" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" CodeServerDeployment is the Schema for the codeserverdeployments API.
CodeServerDeploymentList contains a list of CodeServerDeployment.
CodeServerDeploymentSpec defines the desired state of CodeServerDeployment.
CodeServerDeploymentStatus defines the observed state of CodeServerDeployment.
CodeServerList contains a list of CodeServer.
CodeServerSpec defines the desired state of CodeServer.
No description provided by the author
# Type aliases
CodeServerStatus defines the observed state of CodeServer +kubebuilder:validation:Enum=NotReady;Ready;Suspended.