Interface DNSRecordFluent.SpecNested<N>
-
- All Superinterfaces:
DNSRecordSpecFluent<DNSRecordFluent.SpecNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<DNSRecordFluent.SpecNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
DNSRecordFluentImpl.SpecNestedImpl
- Enclosing interface:
- DNSRecordFluent<A extends DNSRecordFluent<A>>
public static interface DNSRecordFluent.SpecNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, DNSRecordSpecFluent<DNSRecordFluent.SpecNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendSpec()-
Methods inherited from interface io.fabric8.openshift.api.model.operator.v1.DNSRecordSpecFluent
addAllToTargets, addNewTarget, addNewTarget, addNewTarget, addToTargets, addToTargets, getDnsName, getFirstTarget, getLastTarget, getMatchingTarget, getRecordTTL, getRecordType, getTarget, getTargets, hasDnsName, hasMatchingTarget, hasRecordTTL, hasRecordType, hasTargets, removeAllFromTargets, removeFromTargets, setToTargets, withDnsName, withNewDnsName, withNewDnsName, withNewDnsName, withNewRecordType, withNewRecordType, withNewRecordType, withRecordTTL, withRecordType, withTargets, withTargets
-
-