Class PlatformFluent<A extends PlatformFluent<A>>

    • Constructor Detail

      • PlatformFluent

        public PlatformFluent()
      • PlatformFluent

        public PlatformFluent​(Platform instance)
    • Method Detail

      • addToAdditionalProperties

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

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

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

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

        protected void copyInstance​(Platform instance)
      • equals

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

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

        public String getOvirtClusterId()
      • getOvirtNetworkName

        public String getOvirtNetworkName()
      • getStorageDomainId

        public String getStorageDomainId()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasCertificatesSecretRef

        public boolean hasCertificatesSecretRef()
      • hasCredentialsSecretRef

        public boolean hasCredentialsSecretRef()
      • hasOvirtClusterId

        public boolean hasOvirtClusterId()
      • hasOvirtNetworkName

        public boolean hasOvirtNetworkName()
      • hasStorageDomainId

        public boolean hasStorageDomainId()
      • hashCode

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

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

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

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

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

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

        public A withNewCertificatesSecretRef​(String name)
      • withNewCredentialsSecretRef

        public A withNewCredentialsSecretRef​(String name)
      • withOvirtClusterId

        public A withOvirtClusterId​(String ovirtClusterId)
      • withOvirtNetworkName

        public A withOvirtNetworkName​(String ovirtNetworkName)
      • withStorageDomainId

        public A withStorageDomainId​(String storageDomainId)