Skip to main content
Version: 3.2

ApplicationClone

ApplicationClone represents the cloning of application in different namespaces.

ApplicationClone

FieldDescriptionType
apiVersionAPIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
string
kindKind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
string
specApplicationCloneSpec defines the spec to create an application cloneobject
statusApplicationCloneStatus defines the status of the cloneobject

spec fields

FieldDescriptionType
spec.destinationNamespaceDestinationNamespace is a must parameter to tell the cloning object
where to place the application objects
string
spec.includeOptionalResourceTypesIncludeOptionalResourceTypes is a list of optional resource types to include in the cloningarray
spec.postExecRulePostExecRule is the name of the rule to execute after cloningstring
spec.preExecRulePreExecRule is the name of the rule to execute before cloningstring
spec.replacePolicyReplacePolicy to decide how to react when a object conflict occurs in the cloning processstring
spec.selectorsSelectors for label on objectsobject
spec.sourceNamespaceSourceNamespace can be optional, and we can check in the code that we are using
the same namespace in which we are creating the cloning object
string

status fields

FieldDescriptionType
status.stageStage of the cloning processstring
status.statusStatus of the cloning processstring