public interface RepositoryPolicyFluent<A extends RepositoryPolicyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getChecksumPolicy() |
Boolean |
getEnabled() |
String |
getUpdatePolicy() |
Boolean |
hasChecksumPolicy() |
Boolean |
hasEnabled() |
Boolean |
hasUpdatePolicy() |
A |
withChecksumPolicy(String checksumPolicy) |
A |
withEnabled() |
A |
withEnabled(Boolean enabled) |
A |
withUpdatePolicy(String updatePolicy) |
Copyright © 2015–2023 Red Hat. All rights reserved.