Class RegistryPoll
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.RegistryPoll
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<RegistryPollBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class RegistryPoll extends Object implements io.fabric8.kubernetes.api.builder.Editable<RegistryPollBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryPoll()No args constructor for use in serializationRegistryPoll(String interval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryPollBuilderedit()Map<String,Object>getAdditionalProperties()StringgetInterval()Interval is used to determine the time interval between checks of the latest catalog source version.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetInterval(String interval)Interval is used to determine the time interval between checks of the latest catalog source version.RegistryPollBuildertoBuilder()
-
-
-
Constructor Detail
-
RegistryPoll
public RegistryPoll()
No args constructor for use in serialization
-
RegistryPoll
public RegistryPoll(String interval)
-
-
Method Detail
-
getInterval
public String getInterval()
Interval is used to determine the time interval between checks of the latest catalog source version. The catalog operator polls to see if a new version of the catalog source is available. If available, the latest image is pulled and gRPC traffic is directed to the latest catalog source.
-
setInterval
public void setInterval(String interval)
Interval is used to determine the time interval between checks of the latest catalog source version. The catalog operator polls to see if a new version of the catalog source is available. If available, the latest image is pulled and gRPC traffic is directed to the latest catalog source.
-
edit
public RegistryPollBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<RegistryPollBuilder>
-
toBuilder
public RegistryPollBuilder toBuilder()
-
-