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

src.container.v1.ClusterGetKubeconfigArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.container.v1

final case class ClusterGetKubeconfigArgs private(

)

object ClusterGetKubeconfigArgs:
  def apply(

  )(using besom.types.Context): ClusterGetKubeconfigArgs =
    new ClusterGetKubeconfigArgs(

    )

  given encoder(using besom.types.Context): besom.types.Encoder[ClusterGetKubeconfigArgs] =
    besom.internal.Encoder.derived[ClusterGetKubeconfigArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[ClusterGetKubeconfigArgs] =
    besom.internal.ArgsEncoder.derived[ClusterGetKubeconfigArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy