Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SupportedResources is a list of all OSS and enterprise resources // supported by "gravity resource create/get" subcommands SupportedResources = append( storage.SupportedGravityResources, services.KindRole, services.KindOIDCConnector, services.KindSAMLConnector, services.KindTrustedCluster, storage.KindEndpoints) // SupportedResourcesToRemove is a list of all OSS and enterprise // resources supported by "gravity resource rm" subcommand SupportedResourcesToRemove = append( storage.SupportedGravityResourcesToRemove, services.KindRole, services.KindOIDCConnector, services.KindSAMLConnector, services.KindTrustedCluster) )
Functions ¶
func CanonicalKind ¶
CanonicalKind translates the specified kind to canonical form. Returns kind unmodified if no canonical form exists
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.