Trait k8s_openapi::ListableResource

source ·
pub trait ListableResource: Resource {
    const LIST_KIND: &'static str;
}
Expand description

A trait applied to all Kubernetes resources that can be part of a corresponding list.

Required Associated Constants§

source

const LIST_KIND: &'static str

The kind of the list type of the resource.

This is the string used in the kind field of the list type’s serialized form.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ListableResource for MutatingWebhookConfiguration

source§

const LIST_KIND: &'static str = "MutatingWebhookConfigurationList"

source§

impl ListableResource for ValidatingWebhookConfiguration

source§

const LIST_KIND: &'static str = "ValidatingWebhookConfigurationList"

source§

impl ListableResource for ValidatingAdmissionPolicy

source§

const LIST_KIND: &'static str = "ValidatingAdmissionPolicyList"

source§

impl ListableResource for ValidatingAdmissionPolicyBinding

source§

const LIST_KIND: &'static str = "ValidatingAdmissionPolicyBindingList"

source§

impl ListableResource for StorageVersion

source§

const LIST_KIND: &'static str = "StorageVersionList"

source§

impl ListableResource for ControllerRevision

source§

const LIST_KIND: &'static str = "ControllerRevisionList"

source§

impl ListableResource for DaemonSet

source§

const LIST_KIND: &'static str = "DaemonSetList"

source§

impl ListableResource for Deployment

source§

const LIST_KIND: &'static str = "DeploymentList"

source§

impl ListableResource for ReplicaSet

source§

const LIST_KIND: &'static str = "ReplicaSetList"

source§

impl ListableResource for StatefulSet

source§

const LIST_KIND: &'static str = "StatefulSetList"

source§

impl ListableResource for k8s_openapi::api::autoscaling::v1::HorizontalPodAutoscaler

source§

const LIST_KIND: &'static str = "HorizontalPodAutoscalerList"

source§

impl ListableResource for k8s_openapi::api::autoscaling::v2::HorizontalPodAutoscaler

source§

const LIST_KIND: &'static str = "HorizontalPodAutoscalerList"

source§

impl ListableResource for CronJob

source§

const LIST_KIND: &'static str = "CronJobList"

source§

impl ListableResource for Job

source§

const LIST_KIND: &'static str = "JobList"

source§

impl ListableResource for CertificateSigningRequest

source§

const LIST_KIND: &'static str = "CertificateSigningRequestList"

source§

impl ListableResource for Lease

source§

const LIST_KIND: &'static str = "LeaseList"

source§

impl ListableResource for ComponentStatus

source§

const LIST_KIND: &'static str = "ComponentStatusList"

source§

impl ListableResource for ConfigMap

source§

const LIST_KIND: &'static str = "ConfigMapList"

source§

impl ListableResource for Endpoints

source§

const LIST_KIND: &'static str = "EndpointsList"

source§

impl ListableResource for k8s_openapi::api::core::v1::Event

source§

const LIST_KIND: &'static str = "EventList"

source§

impl ListableResource for LimitRange

source§

const LIST_KIND: &'static str = "LimitRangeList"

source§

impl ListableResource for Namespace

source§

const LIST_KIND: &'static str = "NamespaceList"

source§

impl ListableResource for Node

source§

const LIST_KIND: &'static str = "NodeList"

source§

impl ListableResource for PersistentVolume

source§

const LIST_KIND: &'static str = "PersistentVolumeList"

source§

impl ListableResource for PersistentVolumeClaim

source§

const LIST_KIND: &'static str = "PersistentVolumeClaimList"

source§

impl ListableResource for Pod

source§

const LIST_KIND: &'static str = "PodList"

source§

impl ListableResource for PodTemplate

source§

const LIST_KIND: &'static str = "PodTemplateList"

source§

impl ListableResource for ReplicationController

source§

const LIST_KIND: &'static str = "ReplicationControllerList"

source§

impl ListableResource for ResourceQuota

source§

const LIST_KIND: &'static str = "ResourceQuotaList"

source§

impl ListableResource for Secret

source§

const LIST_KIND: &'static str = "SecretList"

source§

impl ListableResource for Service

source§

const LIST_KIND: &'static str = "ServiceList"

source§

impl ListableResource for ServiceAccount

source§

const LIST_KIND: &'static str = "ServiceAccountList"

source§

impl ListableResource for EndpointSlice

source§

const LIST_KIND: &'static str = "EndpointSliceList"

source§

impl ListableResource for k8s_openapi::api::events::v1::Event

source§

const LIST_KIND: &'static str = "EventList"

source§

impl ListableResource for k8s_openapi::api::flowcontrol::v1beta2::FlowSchema

source§

const LIST_KIND: &'static str = "FlowSchemaList"

source§

impl ListableResource for k8s_openapi::api::flowcontrol::v1beta2::PriorityLevelConfiguration

source§

const LIST_KIND: &'static str = "PriorityLevelConfigurationList"

source§

impl ListableResource for k8s_openapi::api::flowcontrol::v1beta3::FlowSchema

source§

const LIST_KIND: &'static str = "FlowSchemaList"

source§

impl ListableResource for k8s_openapi::api::flowcontrol::v1beta3::PriorityLevelConfiguration

source§

const LIST_KIND: &'static str = "PriorityLevelConfigurationList"

source§

impl ListableResource for Ingress

source§

const LIST_KIND: &'static str = "IngressList"

source§

impl ListableResource for IngressClass

source§

const LIST_KIND: &'static str = "IngressClassList"

source§

impl ListableResource for NetworkPolicy

source§

const LIST_KIND: &'static str = "NetworkPolicyList"

source§

impl ListableResource for ClusterCIDR

source§

const LIST_KIND: &'static str = "ClusterCIDRList"

source§

impl ListableResource for RuntimeClass

source§

const LIST_KIND: &'static str = "RuntimeClassList"

source§

impl ListableResource for PodDisruptionBudget

source§

const LIST_KIND: &'static str = "PodDisruptionBudgetList"

source§

impl ListableResource for ClusterRole

source§

const LIST_KIND: &'static str = "ClusterRoleList"

source§

impl ListableResource for ClusterRoleBinding

source§

const LIST_KIND: &'static str = "ClusterRoleBindingList"

source§

impl ListableResource for Role

source§

const LIST_KIND: &'static str = "RoleList"

source§

impl ListableResource for RoleBinding

source§

const LIST_KIND: &'static str = "RoleBindingList"

source§

impl ListableResource for PodScheduling

source§

const LIST_KIND: &'static str = "PodSchedulingList"

source§

impl ListableResource for ResourceClaim

source§

const LIST_KIND: &'static str = "ResourceClaimList"

source§

impl ListableResource for ResourceClaimTemplate

source§

const LIST_KIND: &'static str = "ResourceClaimTemplateList"

source§

impl ListableResource for ResourceClass

source§

const LIST_KIND: &'static str = "ResourceClassList"

source§

impl ListableResource for PriorityClass

source§

const LIST_KIND: &'static str = "PriorityClassList"

source§

impl ListableResource for CSIDriver

source§

const LIST_KIND: &'static str = "CSIDriverList"

source§

impl ListableResource for CSINode

source§

const LIST_KIND: &'static str = "CSINodeList"

source§

impl ListableResource for k8s_openapi::api::storage::v1::CSIStorageCapacity

source§

const LIST_KIND: &'static str = "CSIStorageCapacityList"

source§

impl ListableResource for StorageClass

source§

const LIST_KIND: &'static str = "StorageClassList"

source§

impl ListableResource for VolumeAttachment

source§

const LIST_KIND: &'static str = "VolumeAttachmentList"

source§

impl ListableResource for k8s_openapi::api::storage::v1beta1::CSIStorageCapacity

source§

const LIST_KIND: &'static str = "CSIStorageCapacityList"

source§

impl ListableResource for CustomResourceDefinition

source§

const LIST_KIND: &'static str = "CustomResourceDefinitionList"

source§

impl ListableResource for APIService

source§

const LIST_KIND: &'static str = "APIServiceList"