# Constants
LocationInvalidReason is a reason for PlacementReady condition that a location is not valid for this placement anymore.
LocationLabelsStringAnnotationKey is the label key for the label holding a string representation of the location labels in order to use them in a table column in the CLI.
LocationNotFoundReason is a reason for PlacementReady condition that a location cannot be found for this placement.
LocationNotMatchReason is a reason for PlacementReady condition that no matched location for this placement can be found.
PlacementAnnotationKey is the label key for a namespace that indicates the namespace's labels match the selector in at least one ready Placement.
PlacementBound is the phase that the location has been selected by the placement, and at least one namespace has been bound to this placement.
PlacementPending is the phase that the location has not been selected for this placement.
PlacementReady is a condition type for placement representing that the placement is ready for scheduling.
PlacementScheduled is a condition type for placement representing that a scheduling decision is made.
PlacementUnbound is the phase that the location has been selected by the placement, but no namespace is bound to this placement yet.
ScheduleLocationNotFound is a reason for PlacementScheduled condition that location is not available for scheduling.
ScheduleNoValidTargetReason is a reason for PlacementScheduled condition that no valid target is scheduled for this placement.
# Variables
No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.
# Structs
AvailableSelectorLabel specifies a label with key name and possible values.
GroupVersionResource unambiguously identifies a resource.
Location represents a set of instances of a scheduling resource type acting a target of scheduling.
LocationList is a list of locations.
LocationReference describes a location that are provided in the specified Workspace.
LocationSpec holds the desired state of the Location.
LocationStatus defines the observed state of Location.
Placement defines a selection rule to choose ONE location for MULTIPLE namespaces in a workspace.
PlacementList is a list of locations.
No description provided by the author
No description provided by the author
# Type aliases
LabelKey is a key for a label.
LabelValue specifies a value of a label.
No description provided by the author