Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstancesIdentifier ¶
InstancesIdentifier is a unique identifier for object replicas group
type InstancesState ¶
type InstancesState struct { DesiredReplicaCount int32 CurrentReplicaCount int32 Object api.Object }
InstancesState represents state of object replicas.
type ResourceTypeIdentifier ¶
ResourceTypeIdentifier is a unique identifier for a resource type.
type State ¶
type State struct {
// contains filtered or unexported fields
}
State is a state of the cluster. It is composed of namespaces state and resources versions state.
func (*State) GetNamespacesState ¶
func (s *State) GetNamespacesState() *namespacesState
GetNamespacesState returns namespaces state.
func (*State) GetResourcesVersionState ¶
func (s *State) GetResourcesVersionState() *resourcesVersionsState
GetResourcesVersionState returns resources versions state.
Click to show internal directories.
Click to hide internal directories.