Class ReloadService
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.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 Summary
Constructors Constructor Description ReloadService()No args constructor for use in serializationReloadService(String serviceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReloadServiceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetServiceName()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.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetServiceName(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.ReloadServiceBuildertoBuilder()
-
-
-
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".
-
edit
public ReloadServiceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ReloadServiceBuilder>
-
toBuilder
public ReloadServiceBuilder toBuilder()
-
-