Class PlatformFluent<A extends PlatformFluent<A>>

    • Constructor Detail

      • PlatformFluent

        public PlatformFluent()
      • PlatformFluent

        public PlatformFluent​(Platform instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(Platform instance)
      • buildCertificatesSecretRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference buildCertificatesSecretRef()
      • withCertificatesSecretRef

        public A withCertificatesSecretRef​(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef)
      • hasCertificatesSecretRef

        public boolean hasCertificatesSecretRef()
      • withNewCertificatesSecretRef

        public A withNewCertificatesSecretRef​(String name)
      • getCluster

        public String getCluster()
      • withCluster

        public A withCluster​(String cluster)
      • hasCluster

        public boolean hasCluster()
      • buildCredentialsSecretRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference buildCredentialsSecretRef()
      • withCredentialsSecretRef

        public A withCredentialsSecretRef​(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
      • hasCredentialsSecretRef

        public boolean hasCredentialsSecretRef()
      • withNewCredentialsSecretRef

        public A withNewCredentialsSecretRef​(String name)
      • getDatacenter

        public String getDatacenter()
      • withDatacenter

        public A withDatacenter​(String datacenter)
      • hasDatacenter

        public boolean hasDatacenter()
      • getDefaultDatastore

        public String getDefaultDatastore()
      • withDefaultDatastore

        public A withDefaultDatastore​(String defaultDatastore)
      • hasDefaultDatastore

        public boolean hasDefaultDatastore()
      • getFolder

        public String getFolder()
      • withFolder

        public A withFolder​(String folder)
      • hasFolder

        public boolean hasFolder()
      • getNetwork

        public String getNetwork()
      • withNetwork

        public A withNetwork​(String network)
      • hasNetwork

        public boolean hasNetwork()
      • getVCenter

        public String getVCenter()
      • withVCenter

        public A withVCenter​(String vCenter)
      • hasVCenter

        public boolean hasVCenter()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>