Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1beta1.ReferenceGrantSpec
-
Packages that use ReferenceGrantSpec Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 -
-
Uses of ReferenceGrantSpec in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return ReferenceGrantSpec Modifier and Type Method Description ReferenceGrantSpecReferenceGrantFluent. buildSpec()ReferenceGrantSpecReferenceGrant. getSpec()ReferenceGrant identifies kinds of resources in other namespaces that are trusted to reference the specified kinds of resources in the same namespace as the policy.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type ReferenceGrantSpec Modifier and Type Method Description ReferenceGrantFluent.SpecNested<A>ReferenceGrantFluent. editOrNewSpecLike(ReferenceGrantSpec item)voidReferenceGrant. setSpec(ReferenceGrantSpec spec)ReferenceGrant identifies kinds of resources in other namespaces that are trusted to reference the specified kinds of resources in the same namespace as the policy.ReferenceGrantFluent.SpecNested<A>ReferenceGrantFluent. withNewSpecLike(ReferenceGrantSpec item)AReferenceGrantFluent. withSpec(ReferenceGrantSpec spec)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type ReferenceGrantSpec Constructor Description ReferenceGrant(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ReferenceGrantSpec spec) -
Uses of ReferenceGrantSpec in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 that return ReferenceGrantSpec Modifier and Type Method Description ReferenceGrantSpecReferenceGrantSpecBuilder. build()ReferenceGrantSpecReferenceGrantFluent. buildSpec()ReferenceGrantSpecReferenceGrant. getSpec()ReferenceGrant identifies kinds of resources in other namespaces that are trusted to reference the specified kinds of resources in the same namespace as the policy.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type ReferenceGrantSpec Modifier and Type Method Description protected voidReferenceGrantSpecFluent. copyInstance(ReferenceGrantSpec instance)ReferenceGrantFluent.SpecNested<A>ReferenceGrantFluent. editOrNewSpecLike(ReferenceGrantSpec item)voidReferenceGrant. setSpec(ReferenceGrantSpec spec)ReferenceGrant identifies kinds of resources in other namespaces that are trusted to reference the specified kinds of resources in the same namespace as the policy.ReferenceGrantFluent.SpecNested<A>ReferenceGrantFluent. withNewSpecLike(ReferenceGrantSpec item)AReferenceGrantFluent. withSpec(ReferenceGrantSpec spec)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type ReferenceGrantSpec Constructor Description ReferenceGrant(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ReferenceGrantSpec spec)ReferenceGrantSpecBuilder(ReferenceGrantSpec instance)ReferenceGrantSpecBuilder(ReferenceGrantSpecFluent<?> fluent, ReferenceGrantSpec instance)ReferenceGrantSpecFluent(ReferenceGrantSpec instance)
-