public interface PolicyAutomationSpecFluent<A extends PolicyAutomationSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PolicyAutomationSpecFluent.AutomationDefNested<N> |
| Modifier and Type | Method and Description |
|---|---|
AutomationDef |
buildAutomationDef() |
PolicyAutomationSpecFluent.AutomationDefNested<A> |
editAutomationDef() |
PolicyAutomationSpecFluent.AutomationDefNested<A> |
editOrNewAutomationDef() |
PolicyAutomationSpecFluent.AutomationDefNested<A> |
editOrNewAutomationDefLike(AutomationDef item) |
AutomationDef |
getAutomationDef()
Deprecated.
|
String |
getEventHook() |
String |
getMode() |
String |
getPolicyRef() |
String |
getRescanAfter() |
Boolean |
hasAutomationDef() |
Boolean |
hasEventHook() |
Boolean |
hasMode() |
Boolean |
hasPolicyRef() |
Boolean |
hasRescanAfter() |
A |
withAutomationDef(AutomationDef automationDef) |
A |
withEventHook(String eventHook) |
A |
withMode(String mode) |
PolicyAutomationSpecFluent.AutomationDefNested<A> |
withNewAutomationDef() |
PolicyAutomationSpecFluent.AutomationDefNested<A> |
withNewAutomationDefLike(AutomationDef item) |
A |
withPolicyRef(String policyRef) |
A |
withRescanAfter(String rescanAfter) |
@Deprecated AutomationDef getAutomationDef()
AutomationDef buildAutomationDef()
A withAutomationDef(AutomationDef automationDef)
Boolean hasAutomationDef()
PolicyAutomationSpecFluent.AutomationDefNested<A> withNewAutomationDef()
PolicyAutomationSpecFluent.AutomationDefNested<A> withNewAutomationDefLike(AutomationDef item)
PolicyAutomationSpecFluent.AutomationDefNested<A> editAutomationDef()
PolicyAutomationSpecFluent.AutomationDefNested<A> editOrNewAutomationDef()
PolicyAutomationSpecFluent.AutomationDefNested<A> editOrNewAutomationDefLike(AutomationDef item)
String getEventHook()
Boolean hasEventHook()
String getMode()
Boolean hasMode()
String getPolicyRef()
Boolean hasPolicyRef()
String getRescanAfter()
Boolean hasRescanAfter()
Copyright © 2015–2022 Red Hat. All rights reserved.