Overboard


SecretBuilder Type

Constructors

Constructor Description

SecretBuilder()

Full Usage: SecretBuilder()

Returns: SecretBuilder
Returns: SecretBuilder

Instance members

Instance member Description

add_data arg1

Full Usage: add_data arg1

Parameters:
    arg0 : string * byte array

Returns: Secret

Adds an item to the Secret data

arg0 : string * byte array
Returns: Secret

add_file arg1

Full Usage: add_file arg1

Parameters:
    arg0 : string * string

Returns: Secret

Adds a file to the ConfigMap binary data

arg0 : string * string
Returns: Secret

add_stringData arg1

Full Usage: add_stringData arg1

Parameters:
    arg0 : string * string

Returns: Secret

Adds an item to the Secret stringdata

arg0 : string * string
Returns: Secret

_annotations annotations

Full Usage: _annotations annotations

Parameters:
    annotations : (string * string) list

Returns: Secret

Annotations for the Secret

annotations : (string * string) list
Returns: Secret

this.Combine

Full Usage: this.Combine

Parameters:
    currentValueFromYield : Secret
    accumulatorFromDelay : Secret

Returns: Secret
currentValueFromYield : Secret
accumulatorFromDelay : Secret
Returns: Secret

data binaryData

Full Usage: data binaryData

Parameters:
    binaryData : (string * byte array) list

Returns: Secret

Sets Secret binary data

binaryData : (string * byte array) list
Returns: Secret

this.Delay

Full Usage: this.Delay

Parameters:
    f : unit -> 'a

Returns: 'a
f : unit -> 'a
Returns: 'a

this.For

Full Usage: this.For

Parameters:
Returns: Secret
state : Secret
f : unit -> Secret
Returns: Secret

immutable

Full Usage: immutable

Returns: Secret

Sets Secret to immutable

Returns: Secret

_labels labels

Full Usage: _labels labels

Parameters:
    labels : (string * string) list

Returns: Secret

Labels for the Secret

labels : (string * string) list
Returns: Secret

_name name

Full Usage: _name name

Parameters:
    name : string

Returns: Secret

Name of the Secret. Name must be unique within a namespace. https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/object-meta/#ObjectMeta

name : string
Returns: Secret

_namespace ns

Full Usage: _namespace ns

Parameters:
    ns : string

Returns: Secret

Namespace of the Secret. Namespace defines the space within which each name must be unique. Default is "default". https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/object-meta/#ObjectMeta

ns : string
Returns: Secret

set_metadata metadata

Full Usage: set_metadata metadata

Parameters:
Returns: Secret

Sets the Secret metadata

metadata : Metadata
Returns: Secret

stringData data

Full Usage: stringData data

Parameters:
    data : (string * string) list

Returns: Secret

Sets Secret string data

data : (string * string) list
Returns: Secret

this.Yield

Full Usage: this.Yield

Parameters:
Returns: Secret
metadata : Metadata
Returns: Secret

this.Yield

Full Usage: this.Yield

Parameters:
    name : string

Returns: Secret
name : string
Returns: Secret

this.Yield

Full Usage: this.Yield

Parameters:
    arg0 : 'a

Returns: Secret
arg0 : 'a
Returns: Secret

this.Zero

Full Usage: this.Zero

Returns: Secret
Returns: Secret