# Functions
No description provided by the author
# 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
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
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
# 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
+kubebuilder:printcolumn:name="Status",type="string",JSONPath=`.status.state`,description="The overall status of the session." +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=`.status.containerCounts.ready`,description="The number of containers in a ready state for the session, disregarding init containers." +kubebuilder:printcolumn:name="Total",type="string",JSONPath=`.status.containerCounts.total`,description="The total numeber of containers in the session, disregarding init containers." +kubebuilder:printcolumn:name="Idle",type="boolean",JSONPath=`.status.idle`,description="Whether the session is idle or not." +kubebuilder:printcolumn:name="URL",type="string",JSONPath=`.status.url`,description="The URL where the session can be accessed." AmaltheaSession is the Schema for the amaltheasessions API.
No description provided by the author
AmaltheaSessionList contains a list of AmaltheaSession.
AmaltheaSessionSpec defines the desired state of AmaltheaSession.
AmaltheaSessionStatus defines the observed state of AmaltheaSession.
No description provided by the author
No description provided by the author
Counts of the total and ready containers, can represent either regular or init containers.
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
A reference to a Kubernetes secret and a specific field in the secret to be used in a session.
A reference to a whole Kubernetes secret where the key is not important.
No description provided by the author
# Type aliases
No description provided by the author
+kubebuilder:validation:Enum={token,oauth2proxy}.
+kubebuilder:validation:Enum={git}.
+kubebuilder:validation:Enum={none,tcp,http}.
+kubebuilder:validation:Enum={never,always,whenFailedOrHibernated}.
+kubebuilder:validation:Enum={Running,Failed,Hibernated,NotReady,RunningDegraded}.
+kubebuilder:validation:Enum={rclone}.