Kwalitee Issues

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Kubernetes::REST::Example

prereq_matches_use

List all used modules in META.yml requires

Error:

  • namespace::clean

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Kubernetes::REST::Example

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Kubernetes::REST
  • Kubernetes::REST::Admissionregistration
  • Kubernetes::REST::Apiextensions
  • Kubernetes::REST::Apiregistration
  • Kubernetes::REST::Apis
  • Kubernetes::REST::Apps
  • Kubernetes::REST::Auditregistration
  • Kubernetes::REST::AuthToken
  • Kubernetes::REST::Authentication
  • Kubernetes::REST::Authorization
  • Kubernetes::REST::Autoscaling
  • Kubernetes::REST::Batch
  • Kubernetes::REST::Call::GetAPIVersions
  • Kubernetes::REST::Call::GetAdmissionregistrationAPIGroup
  • Kubernetes::REST::Call::GetApiextensionsAPIGroup
  • Kubernetes::REST::Call::GetApiregistrationAPIGroup
  • Kubernetes::REST::Call::GetAppsAPIGroup
  • Kubernetes::REST::Call::GetAuditregistrationAPIGroup
  • Kubernetes::REST::Call::GetAuthenticationAPIGroup
  • Kubernetes::REST::Call::GetAuthorizationAPIGroup
  • Kubernetes::REST::Call::GetAutoscalingAPIGroup
  • Kubernetes::REST::Call::GetBatchAPIGroup
  • Kubernetes::REST::Call::GetCertificatesAPIGroup
  • Kubernetes::REST::Call::GetCodeVersion
  • Kubernetes::REST::Call::GetCoordinationAPIGroup
  • Kubernetes::REST::Call::GetCoreAPIVersions
  • Kubernetes::REST::Call::GetEventsAPIGroup
  • Kubernetes::REST::Call::GetExtensionsAPIGroup
  • Kubernetes::REST::Call::GetNetworkingAPIGroup
  • Kubernetes::REST::Call::GetPolicyAPIGroup
  • Kubernetes::REST::Call::GetRbacAuthorizationAPIGroup
  • Kubernetes::REST::Call::GetSchedulingAPIGroup
  • Kubernetes::REST::Call::GetSettingsAPIGroup
  • Kubernetes::REST::Call::GetStorageAPIGroup
  • Kubernetes::REST::Call::LogFileHandler
  • Kubernetes::REST::Call::LogFileListHandler
  • Kubernetes::REST::Call::v1::Apiregistration::CreateAPIService
  • Kubernetes::REST::Call::v1::Apiregistration::DeleteAPIService
  • Kubernetes::REST::Call::v1::Apiregistration::DeleteCollectionAPIService
  • Kubernetes::REST::Call::v1::Apiregistration::GetAPIResources
  • Kubernetes::REST::Call::v1::Apiregistration::ListAPIService
  • Kubernetes::REST::Call::v1::Apiregistration::PatchAPIService
  • Kubernetes::REST::Call::v1::Apiregistration::PatchAPIServiceStatus
  • Kubernetes::REST::Call::v1::Apiregistration::ReadAPIService
  • Kubernetes::REST::Call::v1::Apiregistration::ReadAPIServiceStatus
  • Kubernetes::REST::Call::v1::Apiregistration::ReplaceAPIService
  • Kubernetes::REST::Call::v1::Apiregistration::ReplaceAPIServiceStatus
  • Kubernetes::REST::Call::v1::Apiregistration::WatchAPIService
  • Kubernetes::REST::Call::v1::Apiregistration::WatchAPIServiceList
  • Kubernetes::REST::Call::v1::Apps::CreateNamespacedControllerRevision
  • Kubernetes::REST::Call::v1::Apps::CreateNamespacedDaemonSet
  • Kubernetes::REST::Call::v1::Apps::CreateNamespacedDeployment
  • Kubernetes::REST::Call::v1::Apps::CreateNamespacedReplicaSet
  • Kubernetes::REST::Call::v1::Apps::CreateNamespacedStatefulSet
  • Kubernetes::REST::Call::v1::Apps::DeleteCollectionNamespacedControllerRevision
  • Kubernetes::REST::Call::v1::Apps::DeleteCollectionNamespacedDaemonSet
  • Kubernetes::REST::Call::v1::Apps::DeleteCollectionNamespacedDeployment

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • JSON::PP

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
Kubernetes::REST A Perl REST Client for the Kubernetes API 1.000 metacpan
Kubernetes::REST::Admissionregistration DEPRECATED - v0 API group for Admission Registration resources 1.000 metacpan
Kubernetes::REST::Apiextensions DEPRECATED - v0 API group for API Extensions resources 1.000 metacpan
Kubernetes::REST::Apiregistration DEPRECATED - v0 API group for API Registration resources 1.000 metacpan
Kubernetes::REST::Apis DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::Apps DEPRECATED - v0 API group for Apps resources 1.000 metacpan
Kubernetes::REST::Auditregistration DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::AuthToken Kubernetes API authentication token 1.000 metacpan
Kubernetes::REST::Authentication DEPRECATED - v0 API group for Authentication resources 1.000 metacpan
Kubernetes::REST::Authorization DEPRECATED - v0 API group for Authorization resources 1.000 metacpan
Kubernetes::REST::Autoscaling DEPRECATED - v0 API group for Autoscaling resources 1.000 metacpan
Kubernetes::REST::Batch DEPRECATED - v0 API group for Batch resources 1.000 metacpan
Kubernetes::REST::CLI CLI base class for Kubernetes::REST command-line tools 1.000 metacpan
Kubernetes::REST::CLI::Role::Connection Shared kubeconfig/auth options for CLI tools 1.000 metacpan
Kubernetes::REST::CLI::Watch CLI for watching Kubernetes resources 1.000 metacpan
Kubernetes::REST::Call::GetAPIVersions Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetAdmissionregistrationAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetApiextensionsAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetApiregistrationAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetAppsAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetAuditregistrationAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetAuthenticationAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetAuthorizationAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetAutoscalingAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetBatchAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetCertificatesAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetCodeVersion Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetCoordinationAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetCoreAPIVersions Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetEventsAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetExtensionsAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetNetworkingAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetPolicyAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetRbacAuthorizationAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetSchedulingAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetSettingsAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::GetStorageAPIGroup Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::LogFileHandler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::LogFileListHandler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::CreateAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::DeleteAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::DeleteCollectionAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::ListAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::PatchAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::PatchAPIServiceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::ReadAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::ReadAPIServiceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::ReplaceAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::ReplaceAPIServiceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::WatchAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apiregistration::WatchAPIServiceList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::CreateNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::CreateNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::CreateNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::CreateNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::CreateNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteCollectionNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteCollectionNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteCollectionNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteCollectionNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteCollectionNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::DeleteNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListControllerRevisionForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListDaemonSetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListDeploymentForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListReplicaSetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ListStatefulSetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedDaemonSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedReplicaSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedReplicaSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedStatefulSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::PatchNamespacedStatefulSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedDaemonSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedReplicaSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedReplicaSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedStatefulSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReadNamespacedStatefulSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedDaemonSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedReplicaSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedReplicaSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedStatefulSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::ReplaceNamespacedStatefulSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchControllerRevisionListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchDaemonSetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchDeploymentListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedControllerRevisionList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedDaemonSetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedDeploymentList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedReplicaSetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchNamespacedStatefulSetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchReplicaSetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Apps::WatchStatefulSetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Authentication::CreateTokenReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Authentication::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Authorization::CreateNamespacedLocalSubjectAccessReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Authorization::CreateSelfSubjectAccessReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Authorization::CreateSelfSubjectRulesReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Authorization::CreateSubjectAccessReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Authorization::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::CreateNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::DeleteCollectionNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::DeleteNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::ListHorizontalPodAutoscalerForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::ListNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::PatchNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::PatchNamespacedHorizontalPodAutoscalerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::ReadNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::ReadNamespacedHorizontalPodAutoscalerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::ReplaceNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::ReplaceNamespacedHorizontalPodAutoscalerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::WatchHorizontalPodAutoscalerListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::WatchNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Autoscaling::WatchNamespacedHorizontalPodAutoscalerList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::CreateNamespacedJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::DeleteCollectionNamespacedJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::DeleteNamespacedJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::ListJobForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::ListNamespacedJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::PatchNamespacedJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::PatchNamespacedJobStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::ReadNamespacedJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::ReadNamespacedJobStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::ReplaceNamespacedJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::ReplaceNamespacedJobStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::WatchJobListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::WatchNamespacedJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Batch::WatchNamespacedJobList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectDeleteNamespacedPodProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectDeleteNamespacedPodProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectDeleteNamespacedServiceProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectDeleteNamespacedServiceProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectDeleteNodeProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectDeleteNodeProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectGetNamespacedPodAttach Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectGetNamespacedPodExec Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectGetNamespacedPodPortforward Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectGetNamespacedPodProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectGetNamespacedPodProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectGetNamespacedServiceProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectGetNamespacedServiceProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectGetNodeProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectGetNodeProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectHeadNamespacedPodProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectHeadNamespacedPodProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectHeadNamespacedServiceProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectHeadNamespacedServiceProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectHeadNodeProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectHeadNodeProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectOptionsNamespacedPodProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectOptionsNamespacedPodProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectOptionsNamespacedServiceProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectOptionsNamespacedServiceProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectOptionsNodeProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectOptionsNodeProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPatchNamespacedPodProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPatchNamespacedPodProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPatchNamespacedServiceProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPatchNamespacedServiceProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPatchNodeProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPatchNodeProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPostNamespacedPodAttach Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPostNamespacedPodExec Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPostNamespacedPodPortforward Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPostNamespacedPodProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPostNamespacedPodProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPostNamespacedServiceProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPostNamespacedServiceProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPostNodeProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPostNodeProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPutNamespacedPodProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPutNamespacedPodProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPutNamespacedServiceProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPutNamespacedServiceProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPutNodeProxy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ConnectPutNodeProxyWithPath Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespace Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedConfigMap Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedEndpoints Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedLimitRange Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedPersistentVolumeClaim Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedPod Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedPodBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedPodEviction Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedPodTemplate Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedReplicationController Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedResourceQuota Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedSecret Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNamespacedServiceAccount Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreateNode Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::CreatePersistentVolume Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedConfigMap Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedEndpoints Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedLimitRange Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedPersistentVolumeClaim Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedPod Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedPodTemplate Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedReplicationController Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedResourceQuota Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedSecret Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNamespacedServiceAccount Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionNode Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteCollectionPersistentVolume Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespace Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedConfigMap Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedEndpoints Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedLimitRange Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedPersistentVolumeClaim Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedPod Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedPodTemplate Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedReplicationController Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedResourceQuota Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedSecret Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNamespacedServiceAccount Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeleteNode Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::DeletePersistentVolume Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListComponentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListConfigMapForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListEndpointsForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListEventForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListLimitRangeForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespace Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedConfigMap Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedEndpoints Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedLimitRange Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedPersistentVolumeClaim Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedPod Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedPodTemplate Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedReplicationController Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedResourceQuota Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedSecret Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNamespacedServiceAccount Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListNode Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListPersistentVolume Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListPersistentVolumeClaimForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListPodForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListPodTemplateForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListReplicationControllerForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListResourceQuotaForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListSecretForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListServiceAccountForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ListServiceForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespace Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespaceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedConfigMap Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedEndpoints Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedLimitRange Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedPersistentVolumeClaim Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedPersistentVolumeClaimStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedPod Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedPodStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedPodTemplate Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedReplicationController Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedReplicationControllerScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedReplicationControllerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedResourceQuota Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedResourceQuotaStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedSecret Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedServiceAccount Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNamespacedServiceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNode Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchNodeStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchPersistentVolume Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::PatchPersistentVolumeStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadComponentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespace Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespaceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedConfigMap Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedEndpoints Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedLimitRange Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedPersistentVolumeClaim Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedPersistentVolumeClaimStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedPod Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedPodLog Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedPodStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedPodTemplate Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedReplicationController Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedReplicationControllerScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedReplicationControllerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedResourceQuota Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedResourceQuotaStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedSecret Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedServiceAccount Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNamespacedServiceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNode Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadNodeStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadPersistentVolume Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReadPersistentVolumeStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespace Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespaceFinalize Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespaceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedConfigMap Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedEndpoints Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedLimitRange Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedPersistentVolumeClaim Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedPersistentVolumeClaimStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedPod Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedPodStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedPodTemplate Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedReplicationController Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedReplicationControllerScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedReplicationControllerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedResourceQuota Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedResourceQuotaStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedSecret Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedServiceAccount Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNamespacedServiceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNode Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplaceNodeStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplacePersistentVolume Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::ReplacePersistentVolumeStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchConfigMapListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchEndpointsListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchEventListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchLimitRangeListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespace Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespaceList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedConfigMap Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedConfigMapList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedEndpoints Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedEndpointsList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedEventList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedLimitRange Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedLimitRangeList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedPersistentVolumeClaim Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedPersistentVolumeClaimList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedPod Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedPodList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedPodTemplate Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedPodTemplateList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedReplicationController Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedReplicationControllerList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedResourceQuota Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedResourceQuotaList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedSecret Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedSecretList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedServiceAccount Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedServiceAccountList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNamespacedServiceList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNode Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchNodeList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchPersistentVolume Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchPersistentVolumeClaimListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchPersistentVolumeList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchPodListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchPodTemplateListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchReplicationControllerListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchResourceQuotaListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchSecretListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchServiceAccountListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Core::WatchServiceListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::CreateNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::DeleteCollectionNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::DeleteNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::ListNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::ListNetworkPolicyForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::PatchNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::ReadNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::ReplaceNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::WatchNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::WatchNamespacedNetworkPolicyList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Networking::WatchNetworkPolicyListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::CreateClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::CreateClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::CreateNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::CreateNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::DeleteClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::DeleteClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::DeleteCollectionClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::DeleteCollectionClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::DeleteCollectionNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::DeleteCollectionNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::DeleteNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::DeleteNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ListClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ListClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ListNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ListNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ListRoleBindingForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ListRoleForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::PatchClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::PatchClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::PatchNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::PatchNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ReadClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ReadClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ReadNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ReadNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ReplaceClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ReplaceClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ReplaceNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::ReplaceNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchClusterRoleBindingList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchClusterRoleList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchNamespacedRoleBindingList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchNamespacedRoleList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchRoleBindingListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::RbacAuthorization::WatchRoleListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::CreateStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::DeleteCollectionStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::DeleteStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::ListStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::PatchStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::ReadStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::ReplaceStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::WatchStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1::Storage::WatchStorageClassList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::CreateInitializerConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::DeleteCollectionInitializerConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::DeleteInitializerConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::ListInitializerConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::PatchInitializerConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::ReadInitializerConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::ReplaceInitializerConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::WatchInitializerConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Admissionregistration::WatchInitializerConfigurationList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::CreateAuditSink Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::DeleteAuditSink Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::DeleteCollectionAuditSink Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::ListAuditSink Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::PatchAuditSink Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::ReadAuditSink Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::ReplaceAuditSink Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::WatchAuditSink Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Auditregistration::WatchAuditSinkList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::CreateClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::CreateClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::CreateNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::CreateNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::DeleteClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::DeleteClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::DeleteCollectionClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::DeleteCollectionClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::DeleteCollectionNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::DeleteCollectionNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::DeleteNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::DeleteNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ListClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ListClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ListNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ListNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ListRoleBindingForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ListRoleForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::PatchClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::PatchClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::PatchNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::PatchNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ReadClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ReadClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ReadNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ReadNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ReplaceClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ReplaceClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ReplaceNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::ReplaceNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchClusterRoleBindingList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchClusterRoleList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchNamespacedRoleBindingList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchNamespacedRoleList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchRoleBindingListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::RbacAuthorization::WatchRoleListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::CreatePriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::DeleteCollectionPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::DeletePriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::ListPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::PatchPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::ReadPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::ReplacePriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::WatchPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Scheduling::WatchPriorityClassList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::CreateNamespacedPodPreset Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::DeleteCollectionNamespacedPodPreset Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::DeleteNamespacedPodPreset Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::ListNamespacedPodPreset Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::ListPodPresetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::PatchNamespacedPodPreset Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::ReadNamespacedPodPreset Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::ReplaceNamespacedPodPreset Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::WatchNamespacedPodPreset Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::WatchNamespacedPodPresetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Settings::WatchPodPresetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::CreateVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::DeleteCollectionVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::DeleteVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::ListVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::PatchVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::ReadVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::ReplaceVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::WatchVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1alpha1::Storage::WatchVolumeAttachmentList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::CreateMutatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::CreateValidatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::DeleteCollectionMutatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::DeleteCollectionValidatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::DeleteMutatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::DeleteValidatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::ListMutatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::ListValidatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::PatchMutatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::PatchValidatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::ReadMutatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::ReadValidatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::ReplaceMutatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::ReplaceValidatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::WatchMutatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::WatchMutatingWebhookConfigurationList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::WatchValidatingWebhookConfiguration Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Admissionregistration::WatchValidatingWebhookConfigurationList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::CreateCustomResourceDefinition Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::DeleteCollectionCustomResourceDefinition Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::DeleteCustomResourceDefinition Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::ListCustomResourceDefinition Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::PatchCustomResourceDefinition Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::PatchCustomResourceDefinitionStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::ReadCustomResourceDefinition Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::ReadCustomResourceDefinitionStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::ReplaceCustomResourceDefinition Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::ReplaceCustomResourceDefinitionStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::WatchCustomResourceDefinition Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiextensions::WatchCustomResourceDefinitionList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::CreateAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::DeleteAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::DeleteCollectionAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::ListAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::PatchAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::PatchAPIServiceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::ReadAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::ReadAPIServiceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::ReplaceAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::ReplaceAPIServiceStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::WatchAPIService Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apiregistration::WatchAPIServiceList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::CreateNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::CreateNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::CreateNamespacedDeploymentRollback Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::CreateNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::DeleteCollectionNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::DeleteCollectionNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::DeleteCollectionNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::DeleteNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::DeleteNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::DeleteNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ListControllerRevisionForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ListDeploymentForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ListNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ListNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ListNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ListStatefulSetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::PatchNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::PatchNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::PatchNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::PatchNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::PatchNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::PatchNamespacedStatefulSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::PatchNamespacedStatefulSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReadNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReadNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReadNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReadNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReadNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReadNamespacedStatefulSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReadNamespacedStatefulSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReplaceNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReplaceNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReplaceNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReplaceNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReplaceNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReplaceNamespacedStatefulSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::ReplaceNamespacedStatefulSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::WatchControllerRevisionListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::WatchDeploymentListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::WatchNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::WatchNamespacedControllerRevisionList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::WatchNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::WatchNamespacedDeploymentList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::WatchNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::WatchNamespacedStatefulSetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Apps::WatchStatefulSetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Authentication::CreateTokenReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Authentication::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Authorization::CreateNamespacedLocalSubjectAccessReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Authorization::CreateSelfSubjectAccessReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Authorization::CreateSelfSubjectRulesReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Authorization::CreateSubjectAccessReview Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Authorization::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::CreateNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::DeleteCollectionNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::DeleteNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::ListCronJobForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::ListNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::PatchNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::PatchNamespacedCronJobStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::ReadNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::ReadNamespacedCronJobStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::ReplaceNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::ReplaceNamespacedCronJobStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::WatchCronJobListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::WatchNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Batch::WatchNamespacedCronJobList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::CreateCertificateSigningRequest Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::DeleteCertificateSigningRequest Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::DeleteCollectionCertificateSigningRequest Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::ListCertificateSigningRequest Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::PatchCertificateSigningRequest Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::PatchCertificateSigningRequestStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::ReadCertificateSigningRequest Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::ReadCertificateSigningRequestStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::ReplaceCertificateSigningRequest Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::ReplaceCertificateSigningRequestApproval Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::ReplaceCertificateSigningRequestStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::WatchCertificateSigningRequest Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Certificates::WatchCertificateSigningRequestList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::CreateNamespacedLease Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::DeleteCollectionNamespacedLease Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::DeleteNamespacedLease Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::ListLeaseForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::ListNamespacedLease Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::PatchNamespacedLease Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::ReadNamespacedLease Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::ReplaceNamespacedLease Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::WatchLeaseListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::WatchNamespacedLease Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Coordination::WatchNamespacedLeaseList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::CreateNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::DeleteCollectionNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::DeleteNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::ListEventForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::ListNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::PatchNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::ReadNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::ReplaceNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::WatchEventListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::WatchNamespacedEvent Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Events::WatchNamespacedEventList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::CreateNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::CreateNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::CreateNamespacedDeploymentRollback Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::CreateNamespacedIngress Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::CreateNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::CreateNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::CreatePodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteCollectionNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteCollectionNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteCollectionNamespacedIngress Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteCollectionNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteCollectionNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteCollectionPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteNamespacedIngress Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeleteNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::DeletePodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListDaemonSetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListDeploymentForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListIngressForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListNamespacedIngress Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListNetworkPolicyForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ListReplicaSetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedDaemonSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedIngress Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedIngressStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedReplicaSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedReplicaSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchNamespacedReplicationControllerDummyScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::PatchPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedDaemonSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedIngress Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedIngressStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedReplicaSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedReplicaSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadNamespacedReplicationControllerDummyScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReadPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedDaemonSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedIngress Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedIngressStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedReplicaSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedReplicaSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplaceNamespacedReplicationControllerDummyScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::ReplacePodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchDaemonSetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchDeploymentListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchIngressListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedDaemonSetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedDeploymentList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedIngress Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedIngressList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedNetworkPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedNetworkPolicyList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNamespacedReplicaSetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchNetworkPolicyListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchPodSecurityPolicyList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Extensions::WatchReplicaSetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::CreateNamespacedPodDisruptionBudget Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::CreatePodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::DeleteCollectionNamespacedPodDisruptionBudget Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::DeleteCollectionPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::DeleteNamespacedPodDisruptionBudget Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::DeletePodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::ListNamespacedPodDisruptionBudget Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::ListPodDisruptionBudgetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::ListPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::PatchNamespacedPodDisruptionBudget Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::PatchNamespacedPodDisruptionBudgetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::PatchPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::ReadNamespacedPodDisruptionBudget Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::ReadNamespacedPodDisruptionBudgetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::ReadPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::ReplaceNamespacedPodDisruptionBudget Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::ReplaceNamespacedPodDisruptionBudgetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::ReplacePodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::WatchNamespacedPodDisruptionBudget Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::WatchNamespacedPodDisruptionBudgetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::WatchPodDisruptionBudgetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::WatchPodSecurityPolicy Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Policy::WatchPodSecurityPolicyList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::CreateClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::CreateClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::CreateNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::CreateNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::DeleteClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::DeleteClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::DeleteCollectionClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::DeleteCollectionClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::DeleteCollectionNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::DeleteCollectionNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::DeleteNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::DeleteNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ListClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ListClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ListNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ListNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ListRoleBindingForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ListRoleForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::PatchClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::PatchClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::PatchNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::PatchNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ReadClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ReadClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ReadNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ReadNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ReplaceClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ReplaceClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ReplaceNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::ReplaceNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchClusterRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchClusterRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchClusterRoleBindingList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchClusterRoleList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchNamespacedRole Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchNamespacedRoleBinding Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchNamespacedRoleBindingList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchNamespacedRoleList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchRoleBindingListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::RbacAuthorization::WatchRoleListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::CreatePriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::DeleteCollectionPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::DeletePriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::ListPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::PatchPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::ReadPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::ReplacePriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::WatchPriorityClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Scheduling::WatchPriorityClassList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::CreateStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::CreateVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::DeleteCollectionStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::DeleteCollectionVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::DeleteStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::DeleteVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::ListStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::ListVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::PatchStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::PatchVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::ReadStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::ReadVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::ReplaceStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::ReplaceVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::WatchStorageClass Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::WatchStorageClassList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::WatchVolumeAttachment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta1::Storage::WatchVolumeAttachmentList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::CreateNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::CreateNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::CreateNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::CreateNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::CreateNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteCollectionNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteCollectionNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteCollectionNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteCollectionNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteCollectionNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::DeleteNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListControllerRevisionForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListDaemonSetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListDeploymentForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListReplicaSetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ListStatefulSetForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedDaemonSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedReplicaSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedReplicaSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedStatefulSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::PatchNamespacedStatefulSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedDaemonSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedReplicaSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedReplicaSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedStatefulSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReadNamespacedStatefulSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedDaemonSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedDeploymentScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedDeploymentStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedReplicaSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedReplicaSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedStatefulSetScale Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::ReplaceNamespacedStatefulSetStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchControllerRevisionListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchDaemonSetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchDeploymentListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedControllerRevision Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedControllerRevisionList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedDaemonSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedDaemonSetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedDeployment Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedDeploymentList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedReplicaSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedReplicaSetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedStatefulSet Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchNamespacedStatefulSetList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchReplicaSetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v1beta2::Apps::WatchStatefulSetListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::CreateNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::DeleteCollectionNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::DeleteNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::ListCronJobForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::ListNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::PatchNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::PatchNamespacedCronJobStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::ReadNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::ReadNamespacedCronJobStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::ReplaceNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::ReplaceNamespacedCronJobStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::WatchCronJobListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::WatchNamespacedCronJob Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2alpha1::Batch::WatchNamespacedCronJobList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::CreateNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::DeleteCollectionNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::DeleteNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::ListHorizontalPodAutoscalerForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::ListNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::PatchNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::PatchNamespacedHorizontalPodAutoscalerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::ReadNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::ReadNamespacedHorizontalPodAutoscalerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::ReplaceNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::ReplaceNamespacedHorizontalPodAutoscalerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::WatchHorizontalPodAutoscalerListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::WatchNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta1::Autoscaling::WatchNamespacedHorizontalPodAutoscalerList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::CreateNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::DeleteCollectionNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::DeleteNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::GetAPIResources Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::ListHorizontalPodAutoscalerForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::ListNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::PatchNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::PatchNamespacedHorizontalPodAutoscalerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::ReadNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::ReadNamespacedHorizontalPodAutoscalerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::ReplaceNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::ReplaceNamespacedHorizontalPodAutoscalerStatus Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::WatchHorizontalPodAutoscalerListForAllNamespaces Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::WatchNamespacedHorizontalPodAutoscaler Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::Call::v2beta2::Autoscaling::WatchNamespacedHorizontalPodAutoscalerList Deprecated - use the new Kubernetes::REST API instead 1.000 metacpan
Kubernetes::REST::CallContext DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::Certificates DEPRECATED - v0 API group for Certificates resources 1.000 metacpan
Kubernetes::REST::Coordination DEPRECATED - v0 API group for Coordination resources 1.000 metacpan
Kubernetes::REST::Core DEPRECATED - v0 API group for Core resources 1.000 metacpan
Kubernetes::REST::Error DEPRECATED - v0 error classes 1.000 metacpan
Kubernetes::REST::Events DEPRECATED - v0 API group for Events resources 1.000 metacpan
Kubernetes::REST::Example Working examples for Kubernetes::REST with Minikube, K3s, and other clusters 1.000 metacpan
Kubernetes::REST::Extensions DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::HTTPRequest HTTP request object 1.000 metacpan
Kubernetes::REST::HTTPResponse HTTP response object 1.000 metacpan
Kubernetes::REST::HTTPTinyIO HTTP client using HTTP::Tiny 1.000 metacpan
Kubernetes::REST::Kubeconfig Parse kubeconfig files and create Kubernetes::REST instances 1.000 metacpan
Kubernetes::REST::LWPIO HTTP client using LWP::UserAgent 1.000 metacpan
Kubernetes::REST::ListToRequest DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::Logs DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::Networking DEPRECATED - v0 API group for Networking resources 1.000 metacpan
Kubernetes::REST::Policy DEPRECATED - v0 API group for Policy resources 1.000 metacpan
Kubernetes::REST::RbacAuthorization DEPRECATED - v0 API group for RBAC resources 1.000 metacpan
Kubernetes::REST::Result2Hash DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::Result2Object DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::Role::IO Interface role for HTTP backends 1.000 metacpan
Kubernetes::REST::Scheduling DEPRECATED - v0 API group for Scheduling resources 1.000 metacpan
Kubernetes::REST::Server Kubernetes API server connection configuration 1.000 metacpan
Kubernetes::REST::Settings DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::Storage DEPRECATED - v0 API group for Storage resources 1.000 metacpan
Kubernetes::REST::V0Group Base class for backwards-compatible v0 API group wrappers 1.000 metacpan
Kubernetes::REST::Version DEPRECATED - v0 compatibility stub 1.000 metacpan
Kubernetes::REST::WatchEvent A single event from the Kubernetes Watch API 1.000 metacpan

Provides

Name File View
Kubernetes::REST::CLI::Cmd::Create lib/Kubernetes/REST/CLI.pm metacpan
Kubernetes::REST::CLI::Cmd::Delete lib/Kubernetes/REST/CLI.pm metacpan
Kubernetes::REST::CLI::Cmd::Get lib/Kubernetes/REST/CLI.pm metacpan
Kubernetes::REST::CLI::Cmd::Raw lib/Kubernetes/REST/CLI.pm metacpan
Kubernetes::REST::RemoteError lib/Kubernetes/REST/Error.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
README.md metacpan
cpanfile metacpan
dist.ini metacpan