All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pointers.io.k8s.api.admissionregistration.v1.MatchResourcesPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.admissionregistration.v1

import dev.hnaderi.k8s.client._

/** Pointer for MatchResources */
final case class MatchResourcesPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.admissionregistration.v1.MatchResources] {
  def resourceRules : ListPointer[io.k8s.api.admissionregistration.v1.NamedRuleWithOperations] = ListPointer(currentPath / s"resourceRules")
  def matchPolicy : Pointer.Plain[String] = Pointer.Plain(currentPath / s"matchPolicy")
  def namespaceSelector :  io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorPointer = io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorPointer(currentPath / s"namespaceSelector")
  def objectSelector :  io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorPointer = io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorPointer(currentPath / s"objectSelector")
  def excludeResourceRules : ListPointer[io.k8s.api.admissionregistration.v1.NamedRuleWithOperations] = ListPointer(currentPath / s"excludeResourceRules")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy