Holds many useful fully typed cdk8s objects..
SecurityGroupPolicy
Untyped ConfigMap
import { KongTcpIngress } from 'cdk8s-various'
new KongTcpIngress ( scope : Construct , name : string , opts : KongTcpOptions )
Type: constructs.Construct
Name
Description
toString
Returns a string representation of this construct.
public toString ( ) : string
Returns a string representation of this construct.
Name
Description
isConstruct
Checks if x is a construct.
import { KongTcpIngress } from 'cdk8s-various'
KongTcpIngress . isConstruct ( x : any )
Checks if x is a construct.
Any object.
Name
Type
Description
node
constructs.Node
The tree node.
public readonly node : Node ;
The tree node.
import { SecurityGroupPolicy } from 'cdk8s-various'
new SecurityGroupPolicy ( scope : Construct , name : string , opts : SecurityGroupPolicyOptions )
Type: constructs.Construct
Name
Description
toString
Returns a string representation of this construct.
public toString ( ) : string
Returns a string representation of this construct.
Name
Description
isConstruct
Checks if x is a construct.
import { SecurityGroupPolicy } from 'cdk8s-various'
SecurityGroupPolicy . isConstruct ( x : any )
Checks if x is a construct.
Any object.
Name
Type
Description
node
constructs.Node
The tree node.
public readonly node : Node ;
The tree node.
import { UntypedConfigMap } from 'cdk8s-various'
new UntypedConfigMap ( scope : Construct , name : string , opts : UntypedConfigMapOptions )
Type: constructs.Construct
Name
Description
toString
Returns a string representation of this construct.
public toString ( ) : string
Returns a string representation of this construct.
Name
Description
isConstruct
Checks if x is a construct.
import { UntypedConfigMap } from 'cdk8s-various'
UntypedConfigMap . isConstruct ( x : any )
Checks if x is a construct.
Any object.
Name
Type
Description
node
constructs.Node
The tree node.
public readonly node : Node ;
The tree node.
import { KongTcpBackend } from 'cdk8s-various'
const kongTcpBackend : KongTcpBackend = { ... }
public readonly serviceName: string ;
public readonly servicePort: number ;
import { KongTcpOptions } from 'cdk8s-various'
const kongTcpOptions : KongTcpOptions = { ... }
public readonly annotations: { [ key : string ] : string } ;
Type: {[ key: string ]: string}
public readonly rules : KongTcpRule [ ] ;
import { KongTcpRule } from 'cdk8s-various'
const kongTcpRule : KongTcpRule = { ... }
public readonly backend: KongTcpBackend ;
public readonly port : number ;
SecurityGroupPolicyOptions
import { SecurityGroupPolicyOptions } from 'cdk8s-various'
const securityGroupPolicyOptions : SecurityGroupPolicyOptions = { ... }
public readonly securityGroupIds: string [ ] ;
public readonly selector: { [ key : string ] : string } ;
Type: {[ key: string ]: string}
import { UntypedConfigMapOptions } from 'cdk8s-various'
const untypedConfigMapOptions : UntypedConfigMapOptions = { ... }
Name
Type
Description
data
string
No description.
metadata
cdk8s.ApiObjectMetadata
No description.
public readonly data : string ;
public readonly metadata: ApiObjectMetadata ;
Type: cdk8s.ApiObjectMetadata