Group
Extension

Matches 35358

IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/Binding.pm ( view source; MetaCPAN )
::K8s::Apimachinery::Pkg::Apis::Meta::V1::ObjectMeta'  );
  has 'target' => (is => 'ro', isa => 'IO::K8s::Api::Core::V1::ObjectReference'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/NodeStatus.pm ( view source; MetaCPAN )
=> (is => 'ro', isa => 'ArrayRef[IO::K8s::Api::Core::V1::AttachedVolume]'  );
  has 'volumesInUse' => (is => 'ro', isa => 'ArrayRef[Str]'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/ComponentCondition.pm ( view source; MetaCPAN )
 has 'message' => (is => 'ro', isa => 'Str'  );
  has 'status' => (is => 'ro', isa => 'Str'  );
  has 'type' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/ResourceQuota.pm ( view source; MetaCPAN )
sa => 'IO::K8s::Api::Core::V1::ResourceQuotaSpec'  );
  has 'status' => (is => 'ro', isa => 'IO::K8s::Api::Core::V1::ResourceQuotaStatus'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/PersistentVolume.pm ( view source; MetaCPAN )
'IO::K8s::Api::Core::V1::PersistentVolumeSpec'  );
  has 'status' => (is => 'ro', isa => 'IO::K8s::Api::Core::V1::PersistentVolumeStatus'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
Dezi ( K/KA/KARMAN/Dezi-0.004003.tar.gz, KARMAN, 2018; MetaCPAN )
Dezi/lib/Dezi/Config.pm ( view source; MetaCPAN )
;
    $engine_config->{link} ||= $search_path;
    $engine_config->{default_response_format} ||= 'JSON';
    $engine_config->{debug} = $args->{debug} || $self->debug;
    return $engine_config;
}

sub

    # see Search::OpenSearch::Engine
    engine_config => {

        default_response_format => 'JSON',
        
        # could be any Search::OpenSearch::Engine::* class
        type    => 'Lucy',
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/ContainerStateWaiting.pm ( view source; MetaCPAN )
erStateWaiting;
  use Moose;
  use IO::K8s;

  has 'message' => (is => 'ro', isa => 'Str'  );
  has 'reason' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/CinderVolumeSource.pm ( view source; MetaCPAN )
fsType' => (is => 'ro', isa => 'Str'  );
  has 'readOnly' => (is => 'ro', isa => 'Bool'  );
  has 'volumeID' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
Dezi ( K/KA/KARMAN/Dezi-0.004003.tar.gz, KARMAN, 2018; MetaCPAN )
Dezi/lib/Dezi/Server/About.pm ( view source; MetaCPAN )
package Dezi::Server::About;
use strict;
use warnings;
use Carp;
use JSON;
use Search::Tools::XML;
use Scalar::Util qw( blessed );

our $VERSION = '0.004003';

sub new {
    my $class       = shift;
 
=> 'Peter Karman <karpet@dezi.org>',
        api_base_url => "$uri",
        api_format   => [qw( JSON ExtJS XML Tiny )],
        methods      => $spore_methods,
        engine       => ref( $server->
    $about->{admin}       = $uri . $admin_path;
    }
    my $resp
        = $format eq 'json'
        ? to_json($about)
        : Search::Tools::XML->perl_to_xml( $about, 'dezi', 1 );
    return [
  
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Apps/V1beta1/Deployment.pm ( view source; MetaCPAN )
> 'IO::K8s::Api::Apps::V1beta1::DeploymentSpec'  );
  has 'status' => (is => 'ro', isa => 'IO::K8s::Api::Apps::V1beta1::DeploymentStatus'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/QuobyteVolumeSource.pm ( view source; MetaCPAN )
has 'registry' => (is => 'ro', isa => 'Str'  );
  has 'user' => (is => 'ro', isa => 'Str'  );
  has 'volume' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/StorageOSVolumeSource.pm ( view source; MetaCPAN )
e::V1::LocalObjectReference'  );
  has 'volumeName' => (is => 'ro', isa => 'Str'  );
  has 'volumeNamespace' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
Dezi ( K/KA/KARMAN/Dezi-0.004003.tar.gz, KARMAN, 2018; MetaCPAN )
Dezi/lib/Dezi/Architecture.pod ( view source; MetaCPAN )
tes all search responses to L<Search::OpenSearch::Response> objects.
The default response type is JSON. You can use the C<t> GET param
to change that type per-request, or use the C<default_response_fo
h::Response>.

All non-idempotent responses use the JSON format, and indicate
both the C<success> boolean and C<code> HTTP status as part of the
JSON string.

=head1 FEEDBACK

The evolution of the Dez
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/Lifecycle.pm ( view source; MetaCPAN )
rt' => (is => 'ro', isa => 'IO::K8s::Api::Core::V1::Handler'  );
  has 'preStop' => (is => 'ro', isa => 'IO::K8s::Api::Core::V1::Handler'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/SecretEnvSource.pm ( view source; MetaCPAN )
ecretEnvSource;
  use Moose;
  use IO::K8s;

  has 'name' => (is => 'ro', isa => 'Str'  );
  has 'optional' => (is => 'ro', isa => 'Bool'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Apps/V1beta1/DeploymentStrategy.pm ( view source; MetaCPAN )
ollingUpdate' => (is => 'ro', isa => 'IO::K8s::Api::Apps::V1beta1::RollingUpdateDeployment'  );
  has 'type' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/Handler.pm ( view source; MetaCPAN )
o', isa => 'IO::K8s::Api::Core::V1::HTTPGetAction'  );
  has 'tcpSocket' => (is => 'ro', isa => 'IO::K8s::Api::Core::V1::TCPSocketAction'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/LocalVolumeSource.pm ( view source; MetaCPAN )
package IO::K8s::Api::Core::V1::LocalVolumeSource;
  use Moose;
  use IO::K8s;

  has 'path' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Policy/V1beta1/PodDisruptionBudget.pm ( view source; MetaCPAN )
y::V1beta1::PodDisruptionBudgetSpec'  );
  has 'status' => (is => 'ro', isa => 'IO::K8s::Api::Policy::V1beta1::PodDisruptionBudgetStatus'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/GitRepoVolumeSource.pm ( view source; MetaCPAN )
ctory' => (is => 'ro', isa => 'Str'  );
  has 'repository' => (is => 'ro', isa => 'Str'  );
  has 'revision' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.