Class PSCEndpoint

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PSCEndpoint
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PSCEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PSCEndpoint contains the information to describe a Private Service Connect endpoint.
    See Also:
    Serialized Form
    • Constructor Detail

      • PSCEndpoint

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

      • getClusterUseOnly

        public Boolean getClusterUseOnly()
        ClusterUseOnly should be set to true when the installer should use the public api endpoints and all cluster operators should use the api endpoint overrides. The value should be false when the installer and cluster operators should use the api endpoint overrides; that is, the installer is being run in the same network as the cluster.
      • setClusterUseOnly

        public void setClusterUseOnly​(Boolean clusterUseOnly)
        ClusterUseOnly should be set to true when the installer should use the public api endpoints and all cluster operators should use the api endpoint overrides. The value should be false when the installer and cluster operators should use the api endpoint overrides; that is, the installer is being run in the same network as the cluster.
      • getName

        public String getName()
        Name contains the name of the private service connect endpoint.
      • setName

        public void setName​(String name)
        Name contains the name of the private service connect endpoint.
      • getRegion

        public String getRegion()
        Region is the region where the endpoint resides. When the region is empty, the location is assumed to be global.
      • setRegion

        public void setRegion​(String region)
        Region is the region where the endpoint resides. When the region is empty, the location is assumed to be global.
      • getAdditionalProperties

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

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

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