Uses of Class
io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR
Packages that use V1ServerAddressByClientCIDR
-
Uses of V1ServerAddressByClientCIDR in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServerAddressByClientCIDRModifier and TypeMethodDescriptionV1ServerAddressByClientCIDR.clientCIDR(String clientCIDR) static V1ServerAddressByClientCIDRCreate an instance of V1ServerAddressByClientCIDR given an JSON stringV1ServerAddressByClientCIDR.serverAddress(String serverAddress) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ServerAddressByClientCIDRModifier and TypeMethodDescriptionV1APIGroup.getServerAddressByClientCIDRs()a map of client CIDR to server address that is serving this group.V1APIVersions.getServerAddressByClientCIDRs()a map of client CIDR to server address that is serving this group.Methods in io.kubernetes.client.openapi.models with parameters of type V1ServerAddressByClientCIDRModifier and TypeMethodDescriptionV1APIGroup.addServerAddressByClientCIDRsItem(V1ServerAddressByClientCIDR serverAddressByClientCIDRsItem) V1APIVersions.addServerAddressByClientCIDRsItem(V1ServerAddressByClientCIDR serverAddressByClientCIDRsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ServerAddressByClientCIDRModifier and TypeMethodDescriptionV1APIGroup.serverAddressByClientCIDRs(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs) V1APIVersions.serverAddressByClientCIDRs(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs) voidV1APIGroup.setServerAddressByClientCIDRs(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs) voidV1APIVersions.setServerAddressByClientCIDRs(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs)