public interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getClustername() |
String |
getClusternamespace() |
String |
getCompliant() |
Boolean |
hasClustername() |
Boolean |
hasClusternamespace() |
Boolean |
hasCompliant() |
A |
withClustername(String clustername) |
A |
withClusternamespace(String clusternamespace) |
A |
withCompliant(String compliant) |
A |
withNewClustername(String arg0)
Deprecated.
|
A |
withNewClusternamespace(String arg0)
Deprecated.
|
A |
withNewCompliant(String arg0)
Deprecated.
|
String getClustername()
Boolean hasClustername()
@Deprecated A withNewClustername(String arg0)
String getClusternamespace()
Boolean hasClusternamespace()
@Deprecated A withNewClusternamespace(String arg0)
String getCompliant()
Boolean hasCompliant()
@Deprecated A withNewCompliant(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.