Class ComponentRouteSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ComponentRouteSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ComponentRouteSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ComponentRouteSpec allows for configuration of a route's hostname and serving certificate.
    See Also:
    Serialized Form
    • Constructor Detail

      • ComponentRouteSpec

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

      • getHostname

        public String getHostname()
        hostname is the hostname that should be used by the route.
      • setHostname

        public void setHostname​(String hostname)
        hostname is the hostname that should be used by the route.
      • getName

        public String getName()
        name is the logical name of the route to customize.


        The namespace and name of this componentRoute must match a corresponding entry in the list of status.componentRoutes if the route is to be customized.

      • setName

        public void setName​(String name)
        name is the logical name of the route to customize.


        The namespace and name of this componentRoute must match a corresponding entry in the list of status.componentRoutes if the route is to be customized.

      • getNamespace

        public String getNamespace()
        namespace is the namespace of the route to customize.


        The namespace and name of this componentRoute must match a corresponding entry in the list of status.componentRoutes if the route is to be customized.

      • setNamespace

        public void setNamespace​(String namespace)
        namespace is the namespace of the route to customize.


        The namespace and name of this componentRoute must match a corresponding entry in the list of status.componentRoutes if the route is to be customized.

      • getServingCertKeyPairSecret

        public SecretNameReference getServingCertKeyPairSecret()
        ComponentRouteSpec allows for configuration of a route's hostname and serving certificate.
      • setServingCertKeyPairSecret

        public void setServingCertKeyPairSecret​(SecretNameReference servingCertKeyPairSecret)
        ComponentRouteSpec allows for configuration of a route's hostname and serving certificate.
      • getAdditionalProperties

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

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

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