Class: module:model/ForkOf

module:model/ForkOf(kind, name, namespace)

new module:model/ForkOf(kind, name, namespace)

Constructs a new ForkOf.
Parameters:
Name Type Description
kind String Kind of entity that we want to route to. One of (Service or Deployment or Rollout).
name String Name of the entity within the Kubernetes cluster.
namespace String Namespace within which the entity lives in the Kubernetes cluster.
Source:

Members

(inner) kind :String

Kind of entity that we want to route to. One of (Service or Deployment or Rollout).
Type:
  • String
Source:

(inner) name :String

Name of the entity within the Kubernetes cluster.
Type:
  • String
Source:

(inner) namespace :String

Namespace within which the entity lives in the Kubernetes cluster.
Type:
  • String
Source: