Package | Description |
---|---|
io.kubernetes.client | |
io.kubernetes.client.util |
Modifier and Type | Method and Description |
---|---|
Set<Discovery.APIResource> |
Discovery.findAll() |
Set<Discovery.APIResource> |
Discovery.findAll(String group,
List<String> versions,
String preferredVersion) |
Set<Discovery.APIResource> |
Discovery.findAll(String group,
List<String> versions,
String preferredVersion,
String path) |
Set<Discovery.APIResource> |
Discovery.groupResourcesByName(String group,
List<String> versions,
String preferredVersion,
io.kubernetes.client.openapi.models.V1APIResourceList resourceList) |
Modifier and Type | Method and Description |
---|---|
static Set<Discovery.APIResource> |
ModelMapper.refresh(Discovery discovery)
Refreshes the model mapping by syncing up w/the api discovery info from the kubernetes
apiserver.
|
static Set<Discovery.APIResource> |
ModelMapper.refresh(Discovery discovery,
Duration refreshInterval)
Refreshes the model mapping by syncing up w/the api discovery info from the kubernetes
apiserver.
|
Copyright © 2021. All rights reserved.