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> |
@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()
@Deprecated A withNewEventHook(String arg0)
String getMode()
Boolean hasMode()
@Deprecated A withNewMode(String arg0)
String getPolicyRef()
Boolean hasPolicyRef()
@Deprecated A withNewPolicyRef(String arg0)
String getRescanAfter()
Boolean hasRescanAfter()
@Deprecated A withNewRescanAfter(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.