Class ImageRegistryConfigRoute

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ImageRegistryConfigRoute
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ImageRegistryConfigRouteBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ImageRegistryConfigRoute holds information on external route access to image registry.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImageRegistryConfigRoute

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

        public ImageRegistryConfigRoute​(String hostname,
                                        String name,
                                        String secretName)
    • Method Detail

      • getHostname

        public String getHostname()
        hostname for the route.
      • setHostname

        public void setHostname​(String hostname)
        hostname for the route.
      • getName

        public String getName()
        name of the route to be created.
      • setName

        public void setName​(String name)
        name of the route to be created.
      • getSecretName

        public String getSecretName()
        secretName points to secret containing the certificates to be used by the route.
      • setSecretName

        public void setSecretName​(String secretName)
        secretName points to secret containing the certificates to be used by the route.
      • getAdditionalProperties

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

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

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