Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CompartmentIDAnnotation is the annotation for OCI compartment CompartmentIDAnnotation = "oci.oraclecloud.com/compartment-id" // Error codes Err429 = "429" Err4XX = "4XX" Err5XX = "5XX" ErrValidation = "VALIDATION_ERROR" ErrLimitExceeded = "LIMIT_EXCEEDED" ErrCtxTimeout = "CTX_TIMEOUT" Success = "SUCCESS" BackupCreating = "CREATING" // Components generating errors // Load Balancer LoadBalancerType = "LB" // storage types CSIStorageType = "CSI" FVDStorageType = "FVD" )
Variables ¶
This section is empty.
Functions ¶
func GetHttpStatusCode ¶ added in v1.25.2
func LookupNodeCompartment ¶
func LookupNodeCompartment(k kubernetes.Interface, nodeName string) (string, error)
LookupNodeCompartment returns the compartment OCID for the given nodeName.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.