TaskSpecContainerSpecSecretsItemFile
Table of Contents
- $gID : string|null
- GID represents the file GID.
- $mode : int|null
- Mode represents the FileMode of the file.
- $name : string|null
- Name represents the final filename in the filesystem.
- $uID : string|null
- UID represents the file UID.
- getGID() : string|null
- GID represents the file GID.
- getMode() : int|null
- Mode represents the FileMode of the file.
- getName() : string|null
- Name represents the final filename in the filesystem.
- getUID() : string|null
- UID represents the file UID.
- setGID() : self
- GID represents the file GID.
- setMode() : self
- Mode represents the FileMode of the file.
- setName() : self
- Name represents the final filename in the filesystem.
- setUID() : self
- UID represents the file UID.
Properties
$gID
GID represents the file GID.
protected
string|null
$gID
$mode
Mode represents the FileMode of the file.
protected
int|null
$mode
$name
Name represents the final filename in the filesystem.
protected
string|null
$name
$uID
UID represents the file UID.
protected
string|null
$uID
Methods
getGID()
GID represents the file GID.
public
getGID() : string|null
Return values
string|null —getMode()
Mode represents the FileMode of the file.
public
getMode() : int|null
Return values
int|null —getName()
Name represents the final filename in the filesystem.
public
getName() : string|null
Return values
string|null —getUID()
UID represents the file UID.
public
getUID() : string|null
Return values
string|null —setGID()
GID represents the file GID.
public
setGID(string|null $gID) : self
Parameters
- $gID : string|null
Return values
self —setMode()
Mode represents the FileMode of the file.
public
setMode(int|null $mode) : self
Parameters
- $mode : int|null
Return values
self —setName()
Name represents the final filename in the filesystem.
public
setName(string|null $name) : self
Parameters
- $name : string|null
Return values
self —setUID()
UID represents the file UID.
public
setUID(string|null $uID) : self
Parameters
- $uID : string|null