Class PrivateServiceConnect

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PrivateServiceConnect
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PrivateServiceConnectBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PrivateServiceConnectAccess configures access to the cluster API using GCP Private Service Connect
    See Also:
    Serialized Form
    • Constructor Detail

      • PrivateServiceConnect

        public PrivateServiceConnect()
        No args constructor for use in serialization
    • Method Detail

      • getEnabled

        public Boolean getEnabled()
        Enabled specifies if Private Service Connect is to be enabled on the cluster.
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Enabled specifies if Private Service Connect is to be enabled on the cluster.
      • getServiceAttachment

        public ServiceAttachment getServiceAttachment()
        PrivateServiceConnectAccess configures access to the cluster API using GCP Private Service Connect
      • setServiceAttachment

        public void setServiceAttachment​(ServiceAttachment serviceAttachment)
        PrivateServiceConnectAccess configures access to the cluster API using GCP Private Service Connect
      • getAdditionalProperties

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

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

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