static DeprecationDetail.Builder |
DeprecationDetail.builder() |
|
DeprecationDetail.Builder |
DeprecationDetail.Builder.clientStats(Collection<ClientStat> clientStats) |
Details about Kubernetes clients using the deprecated resources.
|
DeprecationDetail.Builder |
DeprecationDetail.Builder.clientStats(Consumer<ClientStat.Builder>... clientStats) |
Details about Kubernetes clients using the deprecated resources.
|
DeprecationDetail.Builder |
DeprecationDetail.Builder.clientStats(ClientStat... clientStats) |
Details about Kubernetes clients using the deprecated resources.
|
DeprecationDetail.Builder |
DeprecationDetail.Builder.replacedWith(String replacedWith) |
The newer version of the resource to migrate to if applicable.
|
DeprecationDetail.Builder |
DeprecationDetail.Builder.startServingReplacementVersion(String startServingReplacementVersion) |
The version of the software where the newer resource version became available to migrate to if applicable.
|
DeprecationDetail.Builder |
DeprecationDetail.Builder.stopServingVersion(String stopServingVersion) |
The version of the software where the deprecated resource version will stop being served.
|
DeprecationDetail.Builder |
DeprecationDetail.toBuilder() |
|
DeprecationDetail.Builder |
DeprecationDetail.Builder.usage(String usage) |
The deprecated version of the resource.
|