Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.PolicyAncestorStatus
-
Packages that use PolicyAncestorStatus Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of PolicyAncestorStatus in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return PolicyAncestorStatus Modifier and Type Method Description PolicyAncestorStatusPolicyAncestorStatusBuilder. build()PolicyAncestorStatusPolicyStatusFluent. buildAncestor(int index)PolicyAncestorStatusPolicyStatusFluent. buildFirstAncestor()PolicyAncestorStatusPolicyStatusFluent. buildLastAncestor()PolicyAncestorStatusPolicyStatusFluent. buildMatchingAncestor(Predicate<PolicyAncestorStatusBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type PolicyAncestorStatus Modifier and Type Method Description List<PolicyAncestorStatus>PolicyStatusFluent. buildAncestors()List<PolicyAncestorStatus>PolicyStatus. getAncestors()Ancestors is a list of ancestor resources (usually Gateways) that are associated with the policy, and the status of the policy with respect to each ancestor.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type PolicyAncestorStatus Modifier and Type Method Description PolicyStatusFluent.AncestorsNested<A>PolicyStatusFluent. addNewAncestorLike(PolicyAncestorStatus item)APolicyStatusFluent. addToAncestors(int index, PolicyAncestorStatus item)APolicyStatusFluent. addToAncestors(PolicyAncestorStatus... items)protected voidPolicyAncestorStatusFluent. copyInstance(PolicyAncestorStatus instance)APolicyStatusFluent. removeFromAncestors(PolicyAncestorStatus... items)PolicyStatusFluent.AncestorsNested<A>PolicyStatusFluent. setNewAncestorLike(int index, PolicyAncestorStatus item)APolicyStatusFluent. setToAncestors(int index, PolicyAncestorStatus item)APolicyStatusFluent. withAncestors(PolicyAncestorStatus... ancestors)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type PolicyAncestorStatus Modifier and Type Method Description APolicyStatusFluent. addAllToAncestors(Collection<PolicyAncestorStatus> items)APolicyStatusFluent. removeAllFromAncestors(Collection<PolicyAncestorStatus> items)voidPolicyStatus. setAncestors(List<PolicyAncestorStatus> ancestors)Ancestors is a list of ancestor resources (usually Gateways) that are associated with the policy, and the status of the policy with respect to each ancestor.APolicyStatusFluent. withAncestors(List<PolicyAncestorStatus> ancestors)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type PolicyAncestorStatus Constructor Description PolicyAncestorStatusBuilder(PolicyAncestorStatus instance)PolicyAncestorStatusBuilder(PolicyAncestorStatusFluent<?> fluent, PolicyAncestorStatus instance)PolicyAncestorStatusFluent(PolicyAncestorStatus instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type PolicyAncestorStatus Constructor Description PolicyStatus(List<PolicyAncestorStatus> ancestors) -
Uses of PolicyAncestorStatus in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return PolicyAncestorStatus Modifier and Type Method Description PolicyAncestorStatusPolicyStatusFluent. buildAncestor(int index)PolicyAncestorStatusPolicyStatusFluent. buildFirstAncestor()PolicyAncestorStatusPolicyStatusFluent. buildLastAncestor()PolicyAncestorStatusPolicyStatusFluent. buildMatchingAncestor(Predicate<PolicyAncestorStatusBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type PolicyAncestorStatus Modifier and Type Method Description List<PolicyAncestorStatus>PolicyStatusFluent. buildAncestors()List<PolicyAncestorStatus>PolicyStatus. getAncestors()Ancestors is a list of ancestor resources (usually Gateways) that are associated with the policy, and the status of the policy with respect to each ancestor.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type PolicyAncestorStatus Modifier and Type Method Description PolicyStatusFluent.AncestorsNested<A>PolicyStatusFluent. addNewAncestorLike(PolicyAncestorStatus item)APolicyStatusFluent. addToAncestors(int index, PolicyAncestorStatus item)APolicyStatusFluent. addToAncestors(PolicyAncestorStatus... items)APolicyStatusFluent. removeFromAncestors(PolicyAncestorStatus... items)PolicyStatusFluent.AncestorsNested<A>PolicyStatusFluent. setNewAncestorLike(int index, PolicyAncestorStatus item)APolicyStatusFluent. setToAncestors(int index, PolicyAncestorStatus item)APolicyStatusFluent. withAncestors(PolicyAncestorStatus... ancestors)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type PolicyAncestorStatus Modifier and Type Method Description APolicyStatusFluent. addAllToAncestors(Collection<PolicyAncestorStatus> items)APolicyStatusFluent. removeAllFromAncestors(Collection<PolicyAncestorStatus> items)voidPolicyStatus. setAncestors(List<PolicyAncestorStatus> ancestors)Ancestors is a list of ancestor resources (usually Gateways) that are associated with the policy, and the status of the policy with respect to each ancestor.APolicyStatusFluent. withAncestors(List<PolicyAncestorStatus> ancestors)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type PolicyAncestorStatus Constructor Description PolicyStatus(List<PolicyAncestorStatus> ancestors)
-