Class ReloadService

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ReloadService
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ReloadServiceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ReloadService allows the user to specify the services to be reloaded
    See Also:
    Serialized Form
    • Constructor Detail

      • ReloadService

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

        public ReloadService​(String serviceName)
    • Method Detail

      • getServiceName

        public String getServiceName()
        serviceName is the full name (e.g. crio.service) of the service to be reloaded Service names should be of the format ${NAME}${SERVICETYPE} and can up to 255 characters long. ${NAME} must be atleast 1 character long and can only consist of alphabets, digits, ":", "-", "_", ".", and "\". ${SERVICETYPE} must be one of ".service", ".socket", ".device", ".mount", ".automount", ".swap", ".target", ".path", ".timer", ".snapshot", ".slice" or ".scope".
      • setServiceName

        public void setServiceName​(String serviceName)
        serviceName is the full name (e.g. crio.service) of the service to be reloaded Service names should be of the format ${NAME}${SERVICETYPE} and can up to 255 characters long. ${NAME} must be atleast 1 character long and can only consist of alphabets, digits, ":", "-", "_", ".", and "\". ${SERVICETYPE} must be one of ".service", ".socket", ".device", ".mount", ".automount", ".swap", ".target", ".path", ".timer", ".snapshot", ".slice" or ".scope".
      • getAdditionalProperties

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

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

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