Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
someone-stole-my-name authored Dec 16, 2023
1 parent 4de1e15 commit 3dcb047
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 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 Down Expand Up @@ -110,6 +114,8 @@ return {
"Service",
"ServiceAccount",
"ServiceAccountList",
"ServiceCIDR",
"ServiceCIDRList",
"ServiceList",
"StatefulSet",
"StatefulSetList",
Expand All @@ -129,5 +135,7 @@ return {
"ValidatingWebhookConfigurationList",
"VolumeAttachment",
"VolumeAttachmentList",
"VolumeAttributesClass",
"VolumeAttributesClassList",
"WatchEvent",
}

0 comments on commit 3dcb047

Please sign in to comment.