2.4.2 • Published 12 months ago

@kubernetes-models/istio v2.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@kubernetes-models/istio

Istio models.

Installation

Install with npm.

npm install @kubernetes-models/istio

Usage

import { Gateway } from "@kubernetes-models/istio/networking.istio.io/v1beta1/Gateway";

// Create a new Gateway
const gateway = new Gateway({
  metadata: {
    name: "test"
  },
  spec: {
    selector: {
      app: "istio"
    },
    servers: [
      {
        port: {
          number: 80
        },
        hosts: ["*"]
      }
    ]
  }
});

// Validate against JSON schema
gateway.validate();

License

MIT

2.4.1

1 year ago

2.4.2

12 months ago

2.4.0

1 year ago

2.3.1

1 year ago

2.3.0

2 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago