Class ArgoCDConfig

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ArgoCDConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ArgoCDConfig
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ArgoCDConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ArgoCDConfig contains settings for integration with ArgoCD.
    See Also:
    Serialized Form
    • Constructor Detail

      • ArgoCDConfig

        public ArgoCDConfig()
        No args constructor for use in serialization
      • ArgoCDConfig

        public ArgoCDConfig​(Boolean enabled,
                            String namespace)
    • Method Detail

      • getEnabled

        public Boolean getEnabled()
        Enabled dictates if ArgoCD gitops integration is enabled. If not specified, the default is disabled.
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Enabled dictates if ArgoCD gitops integration is enabled. If not specified, the default is disabled.
      • getNamespace

        public String getNamespace()
        Namespace specifies the namespace where ArgoCD is installed. Used for the location of cluster secrets. Defaults to "argocd"
      • setNamespace

        public void setNamespace​(String namespace)
        Namespace specifies the namespace where ArgoCD is installed. Used for the location of cluster secrets. Defaults to "argocd"
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)