Class KustomizationDefinitionResponse


  • public final class KustomizationDefinitionResponse
    extends java.lang.Object
    • Method Detail

      • dependsOn

        public java.util.List<java.lang.String> dependsOn()
        Returns:
        Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
      • force

        public java.util.Optional<java.lang.Boolean> force()
        Returns:
        Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
      • name

        public java.lang.String name()
        Returns:
        Name of the Kustomization, matching the key in the Kustomizations object map.
      • path

        public java.util.Optional<java.lang.String> path()
        Returns:
        The path in the source reference to reconcile on the cluster.
      • postBuild

        public java.util.Optional<PostBuildDefinitionResponse> postBuild()
        Returns:
        Used for variable substitution for this Kustomization after kustomize build.
      • prune

        public java.util.Optional<java.lang.Boolean> prune()
        Returns:
        Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
      • retryIntervalInSeconds

        public java.util.Optional<java.lang.Double> retryIntervalInSeconds()
        Returns:
        The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
      • syncIntervalInSeconds

        public java.util.Optional<java.lang.Double> syncIntervalInSeconds()
        Returns:
        The interval at which to re-reconcile the Kustomization on the cluster.
      • timeoutInSeconds

        public java.util.Optional<java.lang.Double> timeoutInSeconds()
        Returns:
        The maximum time to attempt to reconcile the Kustomization on the cluster.
      • wait_

        public java.util.Optional<java.lang.Boolean> wait_()
        Returns:
        Enable/disable health check for all Kubernetes objects created by this Kustomization.