Interface KubectlRollout.PodTemplateParser

Enclosing class:
KubectlRollout<ApiType extends io.kubernetes.client.common.KubernetesObject>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface KubectlRollout.PodTemplateParser
  • Method Summary

    Modifier and Type
    Method
    Description
    io.kubernetes.client.openapi.models.V1PodTemplateSpec
    parse(io.kubernetes.client.openapi.models.V1ControllerRevision history)
     
  • Method Details

    • parse

      io.kubernetes.client.openapi.models.V1PodTemplateSpec parse(io.kubernetes.client.openapi.models.V1ControllerRevision history) throws io.kubernetes.client.openapi.ApiException, KubectlException
      Throws:
      io.kubernetes.client.openapi.ApiException
      KubectlException