Skip to content

Commit

Permalink
[create-pull-request] automated change (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: someone-stole-my-name <[email protected]>
  • Loading branch information
1 parent dead004 commit d190d6c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions lua/yaml-companion/builtin/kubernetes/resources.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ return {
"ClusterRoleBinding",
"ClusterRoleBindingList",
"ClusterRoleList",
"ClusterTrustBundle",
"ClusterTrustBundleList",
"ComponentStatus",
"ComponentStatusList",
"ConfigMap",
Expand All @@ -48,6 +50,8 @@ return {
"FlowSchemaList",
"HorizontalPodAutoscaler",
"HorizontalPodAutoscalerList",
"IPAddress",
"IPAddressList",
"Ingress",
"IngressClass",
"IngressClassList",
Expand Down Expand Up @@ -75,8 +79,8 @@ return {
"PodDisruptionBudget",
"PodDisruptionBudgetList",
"PodList",
"PodScheduling",
"PodSchedulingList",
"PodSchedulingContext",
"PodSchedulingContextList",
"PodTemplate",
"PodTemplateList",
"PriorityClass",
Expand All @@ -89,12 +93,18 @@ return {
"ReplicationControllerList",
"ResourceClaim",
"ResourceClaimList",
"ResourceClaimParameters",
"ResourceClaimParametersList",
"ResourceClaimTemplate",
"ResourceClaimTemplateList",
"ResourceClass",
"ResourceClassList",
"ResourceClassParameters",
"ResourceClassParametersList",
"ResourceQuota",
"ResourceQuotaList",
"ResourceSlice",
"ResourceSliceList",
"Role",
"RoleBinding",
"RoleBindingList",
Expand All @@ -110,6 +120,8 @@ return {
"Service",
"ServiceAccount",
"ServiceAccountList",
"ServiceCIDR",
"ServiceCIDRList",
"ServiceList",
"StatefulSet",
"StatefulSetList",
Expand All @@ -118,6 +130,8 @@ return {
"StorageClassList",
"StorageVersion",
"StorageVersionList",
"StorageVersionMigration",
"StorageVersionMigrationList",
"SubjectAccessReview",
"TokenRequest",
"TokenReview",
Expand All @@ -129,5 +143,7 @@ return {
"ValidatingWebhookConfigurationList",
"VolumeAttachment",
"VolumeAttachmentList",
"VolumeAttributesClass",
"VolumeAttributesClassList",
"WatchEvent",
}

0 comments on commit d190d6c

Please sign in to comment.