package v1

Type Members

  1. final case class MutatingWebhookConfigurationListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[MutatingWebhookConfigurationList] with Product with Serializable

    Pointer for MutatingWebhookConfigurationList

  2. final case class MutatingWebhookConfigurationPointer(currentPath: PointerPath = PointerPath()) extends Pointer[MutatingWebhookConfiguration] with Product with Serializable

    Pointer for MutatingWebhookConfiguration

  3. final case class MutatingWebhookPointer(currentPath: PointerPath = PointerPath()) extends Pointer[MutatingWebhook] with Product with Serializable

    Pointer for MutatingWebhook

  4. final case class RuleWithOperationsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[RuleWithOperations] with Product with Serializable

    Pointer for RuleWithOperations

  5. final case class ServiceReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[ServiceReference] with Product with Serializable

    Pointer for ServiceReference

  6. final case class ValidatingWebhookConfigurationListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ValidatingWebhookConfigurationList] with Product with Serializable

    Pointer for ValidatingWebhookConfigurationList

  7. final case class ValidatingWebhookConfigurationPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ValidatingWebhookConfiguration] with Product with Serializable

    Pointer for ValidatingWebhookConfiguration

  8. final case class ValidatingWebhookPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ValidatingWebhook] with Product with Serializable

    Pointer for ValidatingWebhook

  9. final case class WebhookClientConfigPointer(currentPath: PointerPath = PointerPath()) extends Pointer[WebhookClientConfig] with Product with Serializable

    Pointer for WebhookClientConfig

Ungrouped