# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TODO: test why it can not be tested in non default namespace.
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
ResourcesLimit contains the struct to provide resources limit to Tang Server.
ResourcesRequest contains the struct to provide resources requests to Tang Server.
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="KeyPath",type="string",JSONPath=".spec.keypath",description="Directory to use for key generation" +kubebuilder:printcolumn:name="Replicas",type="integer",JSONPath=".spec.replicas",description="Replicas to launch for a particular deployment" +kubebuilder:printcolumn:name="Image",type="string",JSONPath=".spec.replicas",description="Container Image to use" +kubebuilder:printcolumn:name="Version",type="string",JSONPath=".spec.version",description="Version of the Container Image to use" +kubebuilder:printcolumn:name="HealthScript",type="string",JSONPath=".spec.healthscript",description="Health Script to execute" +kubebuilder:printcolumn:name="PodListenPort",type="integer",JSONPath=".spec.podlistenport",description="Port where each Pod will listen" +kubebuilder:printcolumn:name="Secret",type="string",JSONPath=".spec.secret",description="Secret name to use in case it is necessary" +kubebuilder:printcolumn:name="ServiceListenPort",type="integer",JSONPath=".spec.podlistenport",description="Port where each Service will listen" TangServer is the Schema for the tangservers API.
TangServerActiveKeys defines the active keys in a Tang Server.
TangServerHiddenKeys defines the hidden keys in a Tang Server.
TangServerList contains a list of TangServer.
TangServerSpec defines the desired state of TangServer.
TangServerStatus defines the observed state of TangServer.
# Type aliases
No description provided by the author