Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourcesFromDeploymentRequest ¶
func ResourcesFromDeploymentRequest(request *pb.DeploymentRequest) ([]unstructured.Unstructured, error)
func ResourcesFromJSON ¶
func ResourcesFromJSON(json []json.RawMessage) ([]unstructured.Unstructured, error)
Types ¶
type Identifier ¶
type Identifier struct { schema.GroupVersionKind Namespace string Name string }
func Identifiers ¶
func Identifiers(resources []unstructured.Unstructured) []Identifier
func ResourceIdentifier ¶
func ResourceIdentifier(resource unstructured.Unstructured) Identifier
func (Identifier) String ¶
func (id Identifier) String() string
Click to show internal directories.
Click to hide internal directories.