Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionInfo ¶
type ConnectionInfo struct {
// Time of the last connection request
LastRequest metav1.Time `json:"lastRequest,omitempty"`
// UUID of the tenant, received from the tenant
TenantUUID string `json:"tenantUUID,omitempty"`
// Available connection endpoints
Endpoints string `json:"endpoints,omitempty"`
// Hash of the tenant token
TenantTokenHash string `json:"tenantTokenHash,omitempty"`
}
+kubebuilder:object:generate=true
func (*ConnectionInfo) DeepCopy ¶
func (in *ConnectionInfo) DeepCopy() *ConnectionInfo
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConnectionInfo.
func (*ConnectionInfo) DeepCopyInto ¶
func (in *ConnectionInfo) DeepCopyInto(out *ConnectionInfo)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.